Skip to content

Commit

Permalink
Enable -DSWIFT_BUILD_STATIC_STDLIB, this was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
xtremekforever committed Feb 26, 2025
1 parent 712cc2b commit 3723d95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-swift-stdlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ LIBS="-latomic" cmake -S $SWIFT_SRCDIR -B $SWIFT_BUILDDIR -G Ninja \
-DSWIFT_NATIVE_SWIFT_TOOLS_PATH=$SWIFT_NATIVE_PATH \
-DSWIFT_BUILD_DYNAMIC_SDK_OVERLAY=ON \
-DSWIFT_BUILD_DYNAMIC_STDLIB=ON \
-DSWIFT_BUILD_STATIC_STDLIB=ON \
-DSWIFT_BUILD_REMOTE_MIRROR=ON \
-DSWIFT_BUILD_SOURCEKIT=ON \
-DSWIFT_BUILD_STDLIB_EXTRA_TOOLCHAIN_CONTENT=ON \
Expand Down

0 comments on commit 3723d95

Please sign in to comment.