summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-04-22 13:51:44 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-04-22 14:07:05 -0700
commit55118e5bd724c62b50cdf7e8158e3bdef446534f (patch)
tree999467dac608ce16abd0dfec5c8a1be037bbff3e /test
parent10087877457eda8017cc17fa25a4fbd5815e96cc (diff)
downloadqtlocation-mapboxgl-55118e5bd724c62b50cdf7e8158e3bdef446534f.tar.gz
Revert "build on trusty"
This reverts commit decc493ec8c30d66bcdf3aa19f58972eb045b5dc. Conflicts: .mason
Diffstat (limited to 'test')
-rw-r--r--test/test.gyp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test.gyp b/test/test.gyp
index 41918ff425..2e89db58b0 100644
--- a/test/test.gyp
+++ b/test/test.gyp
@@ -72,18 +72,15 @@
],
'libraries': [
'<@(uv_static_libs)',
- '<@(sqlite3_static_libs)',
],
'variables': {
'cflags_cc': [
'<@(uv_cflags)',
'<@(opengl_cflags)',
'<@(boost_cflags)',
- '<@(sqlite3_cflags)',
],
'ldflags': [
'<@(uv_ldflags)',
- '<@(sqlite3_ldflags)',
],
},
'conditions': [