mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[MSWin] Link all vcpkg DLLs except for readline
This commit is contained in:
parent
65ccae5b2a
commit
8fe2ce83ef
1 changed files with 3 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue