mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Don't include support for old mangling in runtimes without ObjC interop (#39675)
This commit is contained in:
committed by
GitHub
parent
ff7de78d33
commit
557bf685be
@@ -303,7 +303,7 @@ function(_add_target_variant_c_compile_flags)
|
||||
list(APPEND result "-D_WASI_EMULATED_MMAN")
|
||||
endif()
|
||||
|
||||
if(SWIFT_DISABLE_OBJC_INTEROP)
|
||||
if(NOT SWIFT_STDLIB_ENABLE_OBJC_INTEROP)
|
||||
list(APPEND result "-DSWIFT_OBJC_INTEROP=0")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user