remove endif
This commit is contained in:
parent
fefcc07b8e
commit
9cbfbe7b0c
1
makefile
1
makefile
@ -98,7 +98,6 @@ $(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)
|
||||||
@cp -P $(SDK_LIB_PATH)/libdl_usd_ms.$(SDK_LIB_EXT) $(BIN_DIR)/
|
@cp -P $(SDK_LIB_PATH)/libdl_usd_ms.$(SDK_LIB_EXT) $(BIN_DIR)/
|
||||||
endif
|
|
||||||
@echo "Build complete: $(OUTPUT_FILE)"
|
@echo "Build complete: $(OUTPUT_FILE)"
|
||||||
|
|
||||||
# Add default target
|
# Add default target
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user