Skip to content

Commit 4740001

Browse files
ianhattendorfimplausible
authored andcommitted
Update libgit2.gyp for curl
1 parent aebaf87 commit 4740001

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

vendor/libgit2.gyp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,12 @@
325325
}
326326
}],
327327
["OS=='mac' or OS=='linux' or OS.endswith('bsd') or <(is_IBMi) == 1", {
328+
"cflags": [
329+
"-DGIT_CURL",
330+
"<!(curl-config --cflags)"
331+
],
328332
"defines": [
333+
"GIT_CURL",
329334
"GIT_SHA1_OPENSSL"
330335
],
331336
"sources": [

0 commit comments

Comments
 (0)