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.
-sdk
1 parent 64f2654 commit b821662Copy full SHA for b821662
stdlib/cmake/modules/SwiftSource.cmake
@@ -223,7 +223,7 @@ function(_add_target_variant_swift_compile_flags
223
${ARGN})
224
225
# On Windows, we don't set SWIFT_SDK_WINDOWS_PATH_ARCH_{ARCH}_PATH, so don't include it.
226
- if (NOT "${sdk}" STREQUAL "WINDOWS")
+ if (NOT "${sdk}" STREQUAL "WINDOWS" AND NOT "${sdk}" STREQUAL "LINUX")
227
list(APPEND result "-sdk" "${SWIFT_SDK_${sdk}_ARCH_${arch}_PATH}")
228
endif()
229
0 commit comments