File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,8 @@ cmake -B S:\b\2 ^
260
260
261
261
-D LLVM_DIR=S:\b\1\lib\cmake\llvm ^
262
262
-D SWIFT_NATIVE_SWIFT_TOOLS_PATH=S:\b\1\bin ^
263
+
264
+ -D CMAKE_Swift_COMPILER=S:/b/1/bin/swiftc.exe ^
263
265
-D SWIFT_PATH_TO_LIBDISPATCH_SOURCE=S:\swift-corelibs-libdispatch ^
264
266
265
267
-D SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY=YES ^
@@ -745,6 +747,7 @@ cmake --build S:\b\6 --target install
745
747
cmake --build S:\b\7\Yams --target install
746
748
cmake --build S:\b\7\ArgumentParser --target install
747
749
cmake --build S:\b\7\SwiftSystem --target install
750
+ cmake --build S:\b\7\SwiftCrypto --target install
748
751
cmake --build S:\b\7\SwiftCollections --target install
749
752
cmake --build S:\b\7\IndexStoreDB --target install
750
753
cmake --build S:\b\8 --target install
@@ -759,3 +762,10 @@ To use Swift Driver in place of the old driver:
759
762
copy /Y S:\b\toolchain\usr\bin\swift-driver.exe S:\b\toolchain\usr\bin\swift.exe
760
763
copy /Y S:\b\toolchain\usr\bin\swift-driver.exe S:\b\toolchain\usr\bin\swiftc.exe
761
764
```
765
+
766
+ Add the built toolchain to ` %Path% ` to use directly:
767
+
768
+ ``` cmd
769
+ path S:\b\toolchain\usr\bin;%Path%
770
+ swift --version
771
+ ```
You can’t perform that action at this time.
0 commit comments