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 f7295a4 + 2cb540e commit 1d66c33Copy full SHA for 1d66c33
utils/build-windows-toolchain.bat
@@ -575,6 +575,8 @@ cmake ^
575
-D SwiftDriver_DIR=%BuildRoot%\11\cmake\modules ^
576
-D SwiftCrypto_DIR=%BuildRoot%\12\cmake\modules ^
577
-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 ^
580
581
-G Ninja ^
582
-S %SourceRoot%\swiftpm || (exit /b)
0 commit comments