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() {
140140 -D SWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING=YES \
141141 -D SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED=YES \
142142 -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" \
145144 -G Ninja \
146145 -S " $SOURCE_PATH /swift"
147146
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 "
152148
153149 # Link compiler-rt libs to stdlib build dir
154150 mkdir -p " $SWIFT_STDLIB_BUILD_DIR /lib/clang/10.0.0/"
You can’t perform that action at this time.
0 commit comments