Skip to content

Commit c7bbf63

Browse files
authored
Update build.cmd
SPM now requires SQLite, add the missing dependencies.
1 parent bd3491f commit c7bbf63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,8 @@ cmake
449449
-D SwiftDriver_DIR=%BinaryCache%\7\cmake\modules ^
450450
-D SwiftCrypto_DIR=%BinaryCache%\8\cmake\modules ^
451451
-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 ^
452454
-G Ninja ^
453455
-S %SourceCache%\swift-package-manager || (exit /b)
454456
cmake --build %BinaryCache%\10 || (exit /b)

0 commit comments

Comments
 (0)