summaryrefslogtreecommitdiff
path: root/linux/llmr-app.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'linux/llmr-app.gyp')
-rw-r--r--linux/llmr-app.gyp9
1 files changed, 5 insertions, 4 deletions
diff --git a/linux/llmr-app.gyp b/linux/llmr-app.gyp
index 0fa77085e9..a6de3c2799 100644
--- a/linux/llmr-app.gyp
+++ b/linux/llmr-app.gyp
@@ -36,11 +36,12 @@
'SUPPORTED_PLATFORMS':'macosx',
'OTHER_CPLUSPLUSFLAGS':[
'<@(glfw3_cflags)'
+ '<@(curl_cflags)'
],
'OTHER_LDFLAGS': [
'-stdlib=libc++',
'<@(glfw3_libraries)',
- '-lcurl',
+ '<@(curl_libraries)',
],
'SDKROOT': 'macosx',
'INFOPLIST_FILE': '../macosx/Info.plist',
@@ -54,12 +55,12 @@
'link_settings': {
'libraries': [
'<@(glfw3_libraries)',
- '-lcurl'
+ '<@(curl_libraries)',
],
},
'cflags': [
- '<@(png_cflags)',
- '<@(glfw3_cflags)'
+ '<@(glfw3_cflags)',
+ '<@(curl_cflags)'
],
}]
],