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 f9cc9e6 commit 55acf4fCopy full SHA for 55acf4f
stdlib/cmake/modules/AddSwiftStdlib.cmake
@@ -2064,7 +2064,7 @@ function(add_swift_target_library name)
2064
list(APPEND SWIFTLIB_SWIFT_COMPILE_FLAGS "-Xfrontend;-enable-lexical-lifetimes=false")
2065
endif()
2066
2067
- if (NOT DEFINED IMPORTS_NON_OSSA)
+ if (NOT SWIFTLIB_IMPORTS_NON_OSSA)
2068
list(APPEND SWIFTLIB_SWIFT_COMPILE_FLAGS "-Xfrontend;-enable-ossa-modules")
2069
2070
0 commit comments