Skip to content

Commit 03dec03

Browse files
committed
fix error
1 parent 3256475 commit 03dec03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
- name: 'build postgresx86'
174174
if: ${{steps.cachePostgres86.outputs.cache-hit != 'true'}}
175175
run: |
176-
meson setup buildx86 -Dopenssl=c:\openssl32 --prefix=d:\postgresql86
176+
meson setup buildx86 -Dssl=openssl -Dextra_lib_dirs=c:\openssl32\lib\VC\x86\MT -Dextra_include_dirs=c:\openssl32\include --prefix=d:\postgresql86
177177
cd buildx86
178178
ninja -v
179179
ninja -v install

0 commit comments

Comments
 (0)