Skip to content

Commit aebaf87

Browse files
emmax86implausible
authored andcommitted
Add curl links back in
1 parent 371b17f commit aebaf87

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

generate/templates/templates/binding.gyp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,13 @@
153153
]
154154
}
155155
],
156+
[
157+
"OS=='linux' or OS=='mac' or OS.endswith('bsd') or <(is_IBMi) == 1", {
158+
"libraries": [
159+
"<!(curl-config --libs)"
160+
]
161+
}
162+
],
156163
[
157164
"OS=='linux' or OS.endswith('bsd') or <(is_IBMi) == 1", {
158165
"cflags": [

0 commit comments

Comments
 (0)