File tree 1 file changed +0
-8
lines changed 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,6 @@ cmake ^
188
188
cmake --build " %BuildRoot% \curl" || (exit /b)
189
189
cmake --build " %BuildRoot% \curl" --target install || (exit /b)
190
190
191
- setlocal enableextensions enabledelayedexpansion
192
191
path %BuildRoot% \toolchains\swift-DEVELOPMENT-SNAPSHOT-2023-08-12-a\PFiles64\Swift\Runtimes\0.0.0\usr\bin;%BuildRoot% \toolchains\swift-DEVELOPMENT-SNAPSHOT-2023-08-12-a\PFiles64\Swift\Toolchains\0.0.0+Asserts\usr\bin;%Path%
193
192
194
193
:: Build Swift Syntax
@@ -216,11 +215,6 @@ cmake ^
216
215
cmake --build %BuildRoot% \99 || (exit /b)
217
216
cmake --build %BuildRoot% \99 --target install || (exit /b)
218
217
219
- endlocal
220
-
221
- setlocal enableextensions enabledelayedexpansion
222
- path %BuildRoot% \toolchains\swift-DEVELOPMENT-SNAPSHOT-2023-08-12-a\PFiles64\Swift\Runtimes\0.0.0\usr\bin;%BuildRoot% \toolchains\swift-DEVELOPMENT-SNAPSHOT-2023-08-12-a\PFiles64\Swift\Toolchains\0.0.0+Asserts\usr\bin;%Path%
223
-
224
218
:: Build Toolchain
225
219
cmake ^
226
220
-B " %BuildRoot% \1" ^
@@ -274,8 +268,6 @@ cmake ^
274
268
cmake --build " %BuildRoot% \1" || (exit /b)
275
269
cmake --build " %BuildRoot% \1" --target install || (exit /b)
276
270
277
- endlocal
278
-
279
271
:: Build Swift Standard Library
280
272
cmake ^
281
273
-B %BuildRoot% \2 ^
You can’t perform that action at this time.
0 commit comments