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.
1 parent c2c3705 commit 1525ba4Copy full SHA for 1525ba4
.devcontainer/build-scripts/build-base.sh
@@ -7,7 +7,10 @@ source $SWIFT_BUILDROOT/.devcontainer/build-scripts/swift-define
7
8
# Build
9
cd $WORKING_DIR
10
+make $BUILDROOT_OPTIONS zstd-build
11
+make $BUILDROOT_OPTIONS libedit-build
12
make $BUILDROOT_OPTIONS libbsd-build
13
+make $BUILDROOT_OPTIONS icu-build
14
make $BUILDROOT_OPTIONS libxml2-build
15
make $BUILDROOT_OPTIONS openssl-build
16
make $BUILDROOT_OPTIONS libcurl-build
0 commit comments