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.
2 parents 8491f52 + d5f127c commit fc2d621Copy full SHA for fc2d621
stdlib/cmake/modules/AddSwiftStdlib.cmake
@@ -104,7 +104,6 @@ function(_add_target_variant_c_compile_link_flags)
104
# of options by target_compile_options -- this way no undesired
105
# side effects are introduced should a new search path be added.
106
list(APPEND result
107
- "-arch" "${CFLAGS_ARCH}"
108
"-F${SWIFT_SDK_${CFLAGS_SDK}_PATH}/../../../Developer/Library/Frameworks")
109
endif()
110
0 commit comments