comment on copying libdl_usd_ms

This commit is contained in:
Jason Ly 2025-07-08 18:06:06 -04:00
parent 1038458333
commit bf32bf6169

View File

@ -97,7 +97,7 @@ $(OUTPUT_FILE): $(OBJECT_FILES)
$(CXX) -o $@ $(OBJECT_FILES) $(LINKER_FLAGS) $(LIB_PATHS) $(LIBRARIES)
@echo "Copying libraries to $(BIN_DIR)..."
@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)/ # copy libdl_usd_ms library file from bellangine_sdk to bin directory
@echo "Build complete: $(OUTPUT_FILE)"
# Add default target