[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
|
||||
- name: link libraries
|
||||
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
|
||||
run: >-
|
||||
../src/win32/configure.bat --disable-install-doc
|
||||
|
Loading…
x
Reference in New Issue
Block a user