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 8f745cf + 2990e8b commit 94cbc99Copy full SHA for 94cbc99
cmake/modules/Libdispatch.cmake
@@ -86,6 +86,7 @@ foreach(sdk ${DISPATCH_SDKS})
86
-DCMAKE_INSTALL_LIBDIR=lib
87
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
88
-DCMAKE_LINKER=${CMAKE_LINKER}
89
+ -DCMAKE_MT=${CMAKE_MT}
90
-DCMAKE_RANLIB=${CMAKE_RANLIB}
91
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}
92
-DCMAKE_SYSTEM_NAME=${SWIFT_SDK_${sdk}_NAME}
0 commit comments