File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -140,15 +140,11 @@ build_target_toolchain() {
140
140
-D SWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING=YES \
141
141
-D SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED=YES \
142
142
-D SWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING=YES \
143
- -D SWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE=" $SOURCE_PATH /swift-syntax" \
144
- -D SWIFT_PATH_TO_STRING_PROCESSING_SOURCE=" $SOURCE_PATH /swift-experimental-string-processing" \
143
+ -D EXPERIMENTAL_STRING_PROCESSING_SOURCE_DIR=" $SOURCE_PATH /swift-experimental-string-processing" \
145
144
-G Ninja \
146
145
-S " $SOURCE_PATH /swift"
147
146
148
- # FIXME(katei): 'sdk-overlay' is explicitly used to build libcxxshim.modulemap
149
- # which is used only in tests, so 'ninja install' doesn't build it
150
- # the header and modulemap custom targets should be added as dependency of install
151
- ninja sdk-overlay install -C " $SWIFT_STDLIB_BUILD_DIR "
147
+ ninja install -C " $SWIFT_STDLIB_BUILD_DIR "
152
148
153
149
# Link compiler-rt libs to stdlib build dir
154
150
mkdir -p " $SWIFT_STDLIB_BUILD_DIR /lib/clang/10.0.0/"
You can’t perform that action at this time.
0 commit comments