From d4c3b6a806e1d17d290ae79fec0c0c1402a0030c Mon Sep 17 00:00:00 2001 From: Jason Ly Date: Fri, 4 Jul 2025 17:16:45 -0400 Subject: [PATCH] copy bella sdk 25.3.0 libs over --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index fb9b175..7d68cf8 100644 --- a/makefile +++ b/makefile @@ -97,6 +97,9 @@ $(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) + # Copy bella engine lib files to poomer-bella-sine + @cp -P $(BELLA_SDK_PATH)/lib/libbella_engine_sdk.dylib $(BIN_DIR)/ + @cp -P $(BELLA_SDK_PATH)/lib/libdl_usd_ms.dylib $(BIN_DIR)/ @echo "Build complete: $(OUTPUT_FILE)" # Add default target