[MSWin] Link all vcpkg DLLs except for readline
This commit is contained in:
parent
65ccae5b2a
commit
8fe2ce83ef
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -106,7 +106,9 @@ jobs:
|
|||||||
del *.env
|
del *.env
|
||||||
- name: link libraries
|
- name: link libraries
|
||||||
run: |
|
run: |
|
||||||
for %%I in (libffi yaml) do mklink %%I.dll C:\vcpkg\installed\x64-windows\bin\%%I.dll
|
for %%I in (C:\vcpkg\installed\x64-windows\bin\*.dll) do (
|
||||||
|
if not %%~nI == readline mklink %%~nxI %%I
|
||||||
|
)
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: >-
|
run: >-
|
||||||
../src/win32/configure.bat --disable-install-doc
|
../src/win32/configure.bat --disable-install-doc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user