tabs instead of whitespace for mac
This commit is contained in:
parent
d7906a78e2
commit
b5590f256c
14
makefile
14
makefile
@ -98,13 +98,13 @@ $(OUTPUT_FILE): $(OBJECT_FILES)
|
|||||||
@echo "Copying libraries to $(BIN_DIR)..."
|
@echo "Copying libraries to $(BIN_DIR)..."
|
||||||
@cp $(SDK_LIB_PATH)/$(SDK_LIB_FILE) $(BIN_DIR)/$(SDK_LIB_FILE)
|
@cp $(SDK_LIB_PATH)/$(SDK_LIB_FILE) $(BIN_DIR)/$(SDK_LIB_FILE)
|
||||||
ifeq ($(PLATFORM), Darwin)
|
ifeq ($(PLATFORM), Darwin)
|
||||||
# Copy bella engine lib files to poomer-bella-sine
|
# Copy bella engine lib files to poomer-bella-sine
|
||||||
@cp -P $(BELLA_SDK_PATH)/lib/libbella_engine_sdk.dylimake b $(BIN_DIR)/
|
@cp -P $(BELLA_SDK_PATH)/lib/libbella_engine_sdk.dylimake b $(BIN_DIR)/
|
||||||
@cp -P $(BELLA_SDK_PATH)/lib/libdl_usd_ms.dylib $(BIN_DIR)/
|
@cp -P $(BELLA_SDK_PATH)/lib/libdl_usd_ms.dylib $(BIN_DIR)/
|
||||||
else
|
else
|
||||||
# Copy bella engine lib files to poomer-bella-sine
|
# Copy bella engine lib files to poomer-bella-sine
|
||||||
@cp -P $(BELLA_SDK_PATH)/lib/libbella_engine_sdk.so $(BIN_DIR)/
|
@cp -P $(BELLA_SDK_PATH)/lib/libbella_engine_sdk.so $(BIN_DIR)/
|
||||||
@cp -P $(BELLA_SDK_PATH)/lib/libdl_usd_ms.so $(BIN_DIR)/
|
@cp -P $(BELLA_SDK_PATH)/lib/libdl_usd_ms.so $(BIN_DIR)/
|
||||||
endif
|
endif
|
||||||
@echo "Build complete: $(OUTPUT_FILE)"
|
@echo "Build complete: $(OUTPUT_FILE)"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user