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.
1 parent bd3491f commit c7bbf63Copy full SHA for c7bbf63
build.cmd
@@ -449,6 +449,8 @@ cmake
449
-D SwiftDriver_DIR=%BinaryCache%\7\cmake\modules ^
450
-D SwiftCrypto_DIR=%BinaryCache%\8\cmake\modules ^
451
-D SwiftCollections_DIR=%BinaryCache%\9\cmake\modules ^
452
+ -D SQLite3_INCLUDE_DIR=%InstallRoot%\sqlite-3.36.0\usr\include ^
453
+ -D SQLite3_LIBRARY=%InstallRoot%\sqlite-3.36.0\usr\lib\SQLite3.lib ^
454
-G Ninja ^
455
-S %SourceCache%\swift-package-manager || (exit /b)
456
cmake --build %BinaryCache%\10 || (exit /b)
0 commit comments