Skip to content

Commit d1d7ce6

Browse files
authored
CI: re-enable TSC build on Windows (#255)
1 parent f36e779 commit d1d7ce6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/templates/windows-devtools.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,13 @@ jobs:
170170
-C $(Build.SourcesDirectory)/swift-build/cmake/caches/${{ parameters.platform }}-${{ parameters.arch }}-swift-flags.cmake
171171
-D CMAKE_BUILD_TYPE=Release
172172
-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
173175
-G Ninja
174176
-S $(Build.SourcesDirectory)/swift-tools-support-core
175177

176178
- task: CMake@1
177179
displayName: Build swift-tools-support-core
178-
enabled: false
179180
inputs:
180181
cmakeArgs: --build $(Build.BinariesDirectory)/tsc
181182

0 commit comments

Comments
 (0)