Skip to content

Commit 5c64780

Browse files
authored
Update vs2022.yml
Add SQLite dependency for SPM. This was added recently to migrate SQLite wrappers from t-s-c to SwiftPM.
1 parent b608c0d commit 5c64780

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/vs2022.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,6 +1319,8 @@ stages:
13191319
-D SwiftSystem_DIR=$(Agent.BuildDirectory)/swift-system/cmake/modules
13201320
-D TSC_DIR=$(Agent.BuildDirectory)/swift-tools-support-core/cmake/modules
13211321
-D Yams_DIR=$(Agent.BuildDirectory)/Yams/cmake/modules
1322+
-D SQLite3_LIBRARY=$(Pipeline.Workspace)/sqlite-$(arch)-3.36.0/Library/sqlite-3.36.0/usr/lib/SQLite3.lib
1323+
-D SQLite3_INCLUDE_DIR=$(Pipeline.Workspace)/sqlite-$(arch)-3.36.0/Library/sqlite-3.36.0/usr/include
13221324
- task: CMake@1
13231325
inputs:
13241326
cmakeArgs:

0 commit comments

Comments
 (0)