Skip to content

Commit 2323513

Browse files
authored
Merge pull request swiftlang#41051 from apple/compnerd/toolchain-driver
Update build-windows-toolchain.bat
2 parents 45e64e4 + c615dba commit 2323513

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
@@ -475,6 +475,8 @@ cmake ^
475475
-D LLBuild_DIR=%BuildRoot%\8\cmake\modules ^
476476
-D ArgumentParser_DIR=%BuildRoot%\9\cmake\modules ^
477477
-D Yams_DIR=%BuildRoot%\10\cmake\modules ^
478+
-D SQLite3_INCLUDE_DIR=%BuildRoot%\Library\sqlite-3.36.0\usr\include ^
479+
-D SQLite3_LIBRARY=%BuildRoot%\Library\sqlite-3.36.0\usr\lib\SQLite3.lib ^
478480

479481
-G Ninja ^
480482
-S %SourceRoot%\swift-driver || (exit /b)

0 commit comments

Comments
 (0)