We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45e64e4 + c615dba commit 2323513Copy full SHA for 2323513
utils/build-windows-toolchain.bat
@@ -475,6 +475,8 @@ cmake ^
475
-D LLBuild_DIR=%BuildRoot%\8\cmake\modules ^
476
-D ArgumentParser_DIR=%BuildRoot%\9\cmake\modules ^
477
-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 ^
480
481
-G Ninja ^
482
-S %SourceRoot%\swift-driver || (exit /b)
0 commit comments