Skip to content

Commit 779cfad

Browse files
authored
Add mingw curl, msys2 curl is broken (#9)
1 parent 6461b2b commit 779cfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_gcc_pkg.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def openssl_copy_cert_files
121121
def install_gcc
122122
args = '--noconfirm --noprogressbar --needed'
123123
# zlib required by gcc, gdbm for older Rubies
124-
base_gcc = %w[make pkgconf libmangle-git tools-git gcc]
124+
base_gcc = %w[make pkgconf libmangle-git tools-git gcc curl]
125125
base_ruby = PKG_NAME.end_with?('-3.0') ?
126126
%w[gdbm gmp libffi libyaml openssl ragel readline] :
127127
%w[gdbm gmp libffi libyaml openssl ragel readline]

0 commit comments

Comments
 (0)