[Bf-blender-cvs] [73e06ef2565] master: Fix: Build issue with draco on mac.

Ray Molenkamp noreply at git.blender.org
Thu Apr 11 15:48:00 CEST 2019


Commit: 73e06ef25650f298ea926f678ad8446d2146a416
Author: Ray Molenkamp
Date:   Thu Apr 11 07:47:33 2019 -0600
Branches: master
https://developer.blender.org/rB73e06ef25650f298ea926f678ad8446d2146a416

Fix: Build issue with draco on mac.

somehow missed mac in my last commit

===================================================================

M	source/creator/CMakeLists.txt

===================================================================

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()



More information about the Bf-blender-cvs mailing list