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 d55cb2a commit a9b998bCopy full SHA for a9b998b
stdlib/cmake/modules/AddSwiftStdlib.cmake
@@ -2072,7 +2072,7 @@ function(add_swift_target_library name)
2072
list(APPEND SWIFTLIB_SWIFT_COMPILE_FLAGS "-Xfrontend;-enable-lexical-lifetimes=false")
2073
endif()
2074
2075
- if (NOT DEFINED IMPORTS_NON_OSSA)
+ if (NOT SWIFTLIB_IMPORTS_NON_OSSA)
2076
list(APPEND SWIFTLIB_SWIFT_COMPILE_FLAGS "-Xfrontend;-enable-ossa-modules")
2077
2078
0 commit comments