We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7708a37 commit f5b25e2Copy full SHA for f5b25e2
cmake/Package.cmake
@@ -95,7 +95,7 @@ if(APPLE)
95
96
# Starting with OS X 10.9, Rez will need a sysroot in order to find necessary resource files
97
if(CMAKE_OSX_SYSROOT)
98
- set(CPACK_COMMAND_REZ "${CPACK_COMMAND_REZ} -isysroot ${CMAKE_OSX_SYSROOT}")
+ set(CPACK_COMMAND_REZ "/usr/bin/Rez -isysroot ${CMAKE_OSX_SYSROOT}")
99
endif()
100
101
0 commit comments