Skip to content

Commit 1d66c33

Browse files
authored
Merge pull request swiftlang#61310 from compnerd/sqlite
utils: update build-windows-toolchain.bat
2 parents f7295a4 + 2cb540e commit 1d66c33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-windows-toolchain.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,8 @@ cmake ^
575575
-D SwiftDriver_DIR=%BuildRoot%\11\cmake\modules ^
576576
-D SwiftCrypto_DIR=%BuildRoot%\12\cmake\modules ^
577577
-D SwiftCollections_DIR=%BuildRoot%\13\cmake\modules ^
578+
-D SQLite3_INCLUDE_DIR=%BuildRoot%\Library\sqlite-3.36.0\usr\include ^
579+
-D SQLite3_LIBRARY=%BuildRoot%\Library\sqlite-3.36.0\usr\lib\SQLite3.lib ^
578580

579581
-G Ninja ^
580582
-S %SourceRoot%\swiftpm || (exit /b)

0 commit comments

Comments
 (0)