diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2015-01-08 13:58:16 -0500 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2015-01-13 14:31:50 -0500 |
commit | f1609ef329d13fb16f13e75a920099fca19d47ca (patch) | |
tree | e2f73494ca6c0d108a5e99df63011eb5a9b1da8f /test/test.gyp | |
parent | 139c0c6da6d03730a9494050ea014f3d9400fb18 (diff) | |
download | qtlocation-mapboxgl-f1609ef329d13fb16f13e75a920099fca19d47ca.tar.gz |
include sqlite3_static_libs in linker flags
Diffstat (limited to 'test/test.gyp')
-rw-r--r-- | test/test.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.gyp b/test/test.gyp index e33cf36894..5cb84dbd4e 100644 --- a/test/test.gyp +++ b/test/test.gyp @@ -7,6 +7,7 @@ 'variables' : { 'ldflags': [ '<@(uv_ldflags)', + '<@(sqlite3_static_libs)', '<@(sqlite3_ldflags)', '<@(curl_ldflags)', '<@(png_ldflags)', |