We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371b17f commit aebaf87Copy full SHA for aebaf87
generate/templates/templates/binding.gyp
@@ -153,6 +153,13 @@
153
]
154
}
155
],
156
+ [
157
+ "OS=='linux' or OS=='mac' or OS.endswith('bsd') or <(is_IBMi) == 1", {
158
+ "libraries": [
159
+ "<!(curl-config --libs)"
160
+ ]
161
+ }
162
+ ],
163
[
164
"OS=='linux' or OS.endswith('bsd') or <(is_IBMi) == 1", {
165
"cflags": [
0 commit comments