summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
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
+}