@@ -99,6 +99,7 @@ cmake ^
99
99
-D PACKAGE_VENDOR=" swift.org" ^
100
100
-D CLANG_VENDOR=" swift.org" ^
101
101
-D CLANG_VENDOR_UTI=" org.swift" ^
102
+ -D SWIFT_VENDOR=" swift.org" ^
102
103
-D LLVM_APPEND_VC_REV=NO ^
103
104
-D LLVM_VERSION_SUFFIX=" " ^
104
105
@@ -386,8 +387,6 @@ cmake ^
386
387
-D LLBuild_DIR=%BuildRoot% \8\cmake\modules ^
387
388
-D ArgumentParser_DIR=%BuildRoot% \9\cmake\modules ^
388
389
-D Yams_DIR=%BuildRoot% \10\cmake\modules ^
389
- -D SQLite3_INCLUDE_DIR=%BuildRoot% \Library\sqlite-3.36.0\usr\include ^
390
- -D SQLite3_LIBRARY=%BuildRoot% \Library\sqlite-3.36.0\usr\lib\SQLite3.lib ^
391
390
392
391
-G Ninja ^
393
392
-S %SourceRoot% \swift-driver || (exit /b)
@@ -461,7 +460,6 @@ cmake ^
461
460
-D TSC_DIR=%BuildRoot% \7\cmake\modules ^
462
461
-D LLBuild_DIR=%BuildRoot% \8\cmake\modules ^
463
462
-D ArgumentParser_DIR=%BuildRoot% \9\cmake\modules ^
464
- -D Yams_DIR=%BuildRoot% \10\cmake\modules ^
465
463
-D SwiftDriver_DIR=%BuildRoot% \11\cmake\modules ^
466
464
-D SwiftCrypto_DIR=%BuildRoot% \12\cmake\modules ^
467
465
-D SwiftCollections_DIR=%BuildRoot% \13\cmake\modules ^
@@ -591,7 +589,7 @@ endlocal
591
589
setlocal enableextensions enabledelayedexpansion
592
590
593
591
:: Always enable symbolic links
594
- git config --global core.symlink true
592
+ git config --global core.symlinks true
595
593
596
594
:: FIXME(compnerd) avoid the fresh clone
597
595
rd /s /q zlib libxml2 sqlite icu curl
0 commit comments