Skip to content

Commit ef35153

Browse files
authored
Merge pull request #90 from OpenVoxProject/openbolt_libcurl_windows
Install libcurl-devel for Windows for patron
2 parents 37f069d + 50dd168 commit ef35153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/components/rubygem-patron.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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?
14+
pkg.build_requires 'libcurl-devel' if platform.is_rpm? || platform.is_windows?
1515
pkg.build_requires 'libcurl4-gnutls-dev' if platform.is_deb?
1616

1717
instance_eval File.read('configs/components/_base-rubygem.rb')

0 commit comments

Comments
 (0)