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.
2 parents bc78fcd + d4d4d13 commit b23d4cdCopy full SHA for b23d4cd
cmake/modules/Libdispatch.cmake
@@ -92,6 +92,7 @@ foreach(sdk ${DISPATCH_SDKS})
92
-DCMAKE_INSTALL_LIBDIR=lib
93
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
94
-DCMAKE_LINKER=${CMAKE_LINKER}
95
+ -DCMAKE_MT=${CMAKE_MT}
96
-DCMAKE_RANLIB=${CMAKE_RANLIB}
97
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}
98
-DCMAKE_SYSTEM_NAME=${SWIFT_SDK_${sdk}_NAME}
0 commit comments