Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2019-04-11 16:47:33 +0300
committerRay Molenkamp <github@lazydodo.com>2019-04-11 16:47:33 +0300
commit73e06ef25650f298ea926f678ad8446d2146a416 (patch)
treedaac40619b06214555134292805e32f89569d887 /source
parentf01c71e1d99d9f4ab0b4232215ddcacc90548819 (diff)
Fix: Build issue with draco on mac.
somehow missed mac in my last commit
Diffstat (limited to 'source')
-rw-r--r--source/creator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index a8fef16f096..812715ca042 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -951,7 +951,7 @@ elseif(APPLE)
if(WITH_DRACO)
install(
- PROGRAMS ${CMAKE_BINARY_DIR}/lib/lib${DRACO_LIB_NAME}.dylib
+ PROGRAMS $<TARGET_FILE:extern_draco>
DESTINATION ${TARGETDIR_VER}/python/lib/python${PYTHON_VERSION}/site-packages
)
endif()