Skip to content

Commit

Permalink
Windows: Add libffi as a build dependency
Browse files Browse the repository at this point in the history
Otherwise the fiddle extension isn't build.
  • Loading branch information
larskanis authored and hsbt committed Oct 28, 2023
1 parent 2714d75 commit 7e6204d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/windows.md
Expand Up @@ -19,7 +19,7 @@ Ruby core development can be done either in Windows `cmd` like:
```
ridk enable ucrt64
pacman -S --needed %MINGW_PACKAGE_PREFIX%-openssl %MINGW_PACKAGE_PREFIX%-libyaml
pacman -S --needed %MINGW_PACKAGE_PREFIX%-openssl %MINGW_PACKAGE_PREFIX%-libyaml %MINGW_PACKAGE_PREFIX%-libffi
cd c:\
mkdir work
Expand All @@ -38,7 +38,7 @@ or in MSYS2 `bash` like:
ridk enable ucrt64
bash
pacman -S --needed $MINGW_PACKAGE_PREFIX-openssl $MINGW_PACKAGE_PREFIX-libyaml
pacman -S --needed $MINGW_PACKAGE_PREFIX-openssl $MINGW_PACKAGE_PREFIX-libyaml $MINGW_PACKAGE_PREFIX-libffi
cd /c/
mkdir work
Expand Down

0 comments on commit 7e6204d

Please sign in to comment.