We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef35153 + 4a631f2 commit e69d9b7Copy full SHA for e69d9b7
configs/components/rubygem-patron.rb
@@ -11,8 +11,9 @@
11
# Because this is only used in openbolt-runtime, and we don't build
12
# our own curl there, we use the system version of libcurl to compile
13
# native extensions against.
14
- pkg.build_requires 'libcurl-devel' if platform.is_rpm? || platform.is_windows?
+ pkg.build_requires 'libcurl-devel' if platform.is_rpm?
15
pkg.build_requires 'libcurl4-gnutls-dev' if platform.is_deb?
16
+ pkg.build_requires 'mingw64-x86_64-curl' if platform.is_windows?
17
18
instance_eval File.read('configs/components/_base-rubygem.rb')
19
end
0 commit comments