summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-01-08 13:58:16 -0500
committerMike Morris <michael.patrick.morris@gmail.com>2015-01-13 14:31:50 -0500
commitf1609ef329d13fb16f13e75a920099fca19d47ca (patch)
treee2f73494ca6c0d108a5e99df63011eb5a9b1da8f /macosx
parent139c0c6da6d03730a9494050ea014f3d9400fb18 (diff)
downloadqtlocation-mapboxgl-f1609ef329d13fb16f13e75a920099fca19d47ca.tar.gz
include sqlite3_static_libs in linker flags
Diffstat (limited to 'macosx')
-rw-r--r--macosx/mapboxgl-app.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/mapboxgl-app.gyp b/macosx/mapboxgl-app.gyp
index 6696ebc577..192604d3cf 100644
--- a/macosx/mapboxgl-app.gyp
+++ b/macosx/mapboxgl-app.gyp
@@ -39,6 +39,7 @@
'ldflags': [
'<@(uv_ldflags)',
'<@(uv_static_libs)',
+ '<@(sqlite3_static_libs)',
'<@(sqlite3_ldflags)',
'<@(glfw3_static_libs)',
'<@(glfw3_ldflags)',
@@ -61,4 +62,4 @@
]
}
]
-} \ No newline at end of file
+}