Skip to content

Commit

Permalink
Add libgmp as a dependency for rubyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Sep 15, 2017
1 parent 608fe5e commit eba607a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- c:/msys64/usr/bin/bash -lc "pacman -Sy --noconfirm"
# Update ruby dependencies, because the pre-installed are outdated.
# Keep this in sync with the "depends" list in PKGBUILD files.
- c:/msys64/usr/bin/bash -lc "pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-toolchain ${MINGW_PACKAGE_PREFIX}-gcc-libs ${MINGW_PACKAGE_PREFIX}-gdbm ${MINGW_PACKAGE_PREFIX}-libffi ${MINGW_PACKAGE_PREFIX}-libyaml ${MINGW_PACKAGE_PREFIX}-openssl ${MINGW_PACKAGE_PREFIX}-zlib"
- c:/msys64/usr/bin/bash -lc "pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-toolchain ${MINGW_PACKAGE_PREFIX}-gcc-libs ${MINGW_PACKAGE_PREFIX}-gdbm {MINGW_PACKAGE_PREFIX}-gmp ${MINGW_PACKAGE_PREFIX}-libffi ${MINGW_PACKAGE_PREFIX}-libyaml ${MINGW_PACKAGE_PREFIX}-openssl ${MINGW_PACKAGE_PREFIX}-zlib"

build_script:
- set PATH=C:/ruby%build_ruby%/bin;%PATH%
Expand Down

0 comments on commit eba607a

Please sign in to comment.