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 3256475 commit 03dec03Copy full SHA for 03dec03
.github/workflows/main.yml
@@ -173,7 +173,7 @@ jobs:
173
- name: 'build postgresx86'
174
if: ${{steps.cachePostgres86.outputs.cache-hit != 'true'}}
175
run: |
176
- meson setup buildx86 -Dopenssl=c:\openssl32 --prefix=d:\postgresql86
+ meson setup buildx86 -Dssl=openssl -Dextra_lib_dirs=c:\openssl32\lib\VC\x86\MT -Dextra_include_dirs=c:\openssl32\include --prefix=d:\postgresql86
177
cd buildx86
178
ninja -v
179
ninja -v install
0 commit comments