Skip to content

Commit e69d9b7

Browse files
authored
Merge pull request #91 from OpenVoxProject/openbolt_windows_mingwcurl
Using MinGW version of curl for Windows for patron
2 parents ef35153 + 4a631f2 commit e69d9b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configs/components/rubygem-patron.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
# Because this is only used in openbolt-runtime, and we don't build
1212
# our own curl there, we use the system version of libcurl to compile
1313
# native extensions against.
14-
pkg.build_requires 'libcurl-devel' if platform.is_rpm? || platform.is_windows?
14+
pkg.build_requires 'libcurl-devel' if platform.is_rpm?
1515
pkg.build_requires 'libcurl4-gnutls-dev' if platform.is_deb?
16+
pkg.build_requires 'mingw64-x86_64-curl' if platform.is_windows?
1617

1718
instance_eval File.read('configs/components/_base-rubygem.rb')
1819
end

0 commit comments

Comments
 (0)