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 f36e779 commit d1d7ce6Copy full SHA for d1d7ce6
.ci/templates/windows-devtools.yml
@@ -170,12 +170,13 @@ jobs:
170
-C $(Build.SourcesDirectory)/swift-build/cmake/caches/${{ parameters.platform }}-${{ parameters.arch }}-swift-flags.cmake
171
-D CMAKE_BUILD_TYPE=Release
172
-D CMAKE_INSTALL_PREFIX=$(platform.directory)/Developer/Library/TSC-$(tsc.version)/usr
173
+ -D SQLite3_LIBRARY=$(sqlite.directory)/usr/lib/SQLite3.lib
174
+ -D SQLite3_INCLUDE_DIR=$(sqlite.directory)/usr/include
175
-G Ninja
176
-S $(Build.SourcesDirectory)/swift-tools-support-core
177
178
- task: CMake@1
179
displayName: Build swift-tools-support-core
- enabled: false
180
inputs:
181
cmakeArgs: --build $(Build.BinariesDirectory)/tsc
182
0 commit comments