We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5bd0e1 + b0bbd9c commit 34dc70cCopy full SHA for 34dc70c
2 files changed
.github/workflows/windows.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Install vcpkg
68
uses: lukka/run-vcpkg@v11
69
with:
70
- vcpkgGitCommitId: c3867e714dd3a51c272826eea77267876517ed99
+ vcpkgGitCommitId: 56bb2411609227288b70117ead2c47585ba07713
71
runVcpkgInstall: true
72
- name: create $ACE_ROOT/ace/config.h
73
run: |
config/zlib.mpb
@@ -14,8 +14,8 @@ feature(zlib) {
14
macros += ZLIB
15
16
specific(prop:windows) {
17
- Debug::lit_libs += zlibd
18
- Release::lit_libs += zlib
+ Debug::lit_libs += zd
+ Release::lit_libs += z
19
} else {
20
lit_libs += z
21
}
0 commit comments