Skip to content

Commit 9b97b05

Browse files
committed
Update Xcode project configuration
Switch from the classic `-parse-stdlib` option to the new `BuiltinModule` experimental feature.
1 parent ca9d581 commit 9b97b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xcode/Atomics.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ VERSION_INFO_PREFIX =
2828
DYLIB_COMPATIBILITY_VERSION = $(CURRENT_PROJECT_VERSION)
2929
DYLIB_CURRENT_VERSION = $(CURRENT_PROJECT_VERSION)
3030

31-
OTHER_SWIFT_FLAGS = $(inherited) -Xfrontend -parse-stdlib
31+
OTHER_SWIFT_FLAGS = $(inherited) -enable-experimental-feature BuiltinModule
3232
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) ATOMICS_SINGLE_MODULE=1 ATOMICS_NATIVE_BUILTINS=1
3333

3434
INSTALL_PATH = $(LOCAL_LIBRARY_DIR)/Frameworks

0 commit comments

Comments
 (0)