Skip to content

Commit 2d3441f

Browse files
[Wasm] Revert unrelated change while cherry-picking to 5.5
1 parent 34eb407 commit 2d3441f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/cmake/modules/AddSwiftStdlib.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ function(_add_target_variant_c_compile_flags)
294294
endif()
295295
endif()
296296

297-
if(NOT SWIFT_STDLIB_ENABLE_OBJC_INTEROP)
297+
if(SWIFT_DISABLE_OBJC_INTEROP)
298298
list(APPEND result "-DSWIFT_OBJC_INTEROP=0")
299299
endif()
300300

0 commit comments

Comments
 (0)