diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-04-09 15:57:21 -0400 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-04-09 15:57:21 -0400 |
commit | 662562d9fe7197bb85c89e9d000d215a5f5117d1 (patch) | |
tree | e7f6731dbfc545ebe920e5484938d32482effa11 /linux | |
parent | 1915c39eeee26d0f39a6fd0a3df1ce3d4be070b9 (diff) | |
download | qtlocation-mapboxgl-662562d9fe7197bb85c89e9d000d215a5f5117d1.tar.gz |
use mapnik-packaging to build all dependencies
Diffstat (limited to 'linux')
-rw-r--r-- | linux/llmr-app.gyp | 9 |
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)' ], }] ], |