Commit a02f8afd by Tom Hughes

Don't bother unpacking sqlite if we're not using it

parent fcdea862
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
{ {
'target_name': 'action_before_build', 'target_name': 'action_before_build',
'type': 'none', 'type': 'none',
'conditions': [
['sqlite == "internal"', {
'actions': [ 'actions': [
{ {
'action_name': 'unpack_sqlite_dep', 'action_name': 'unpack_sqlite_dep',
...@@ -32,6 +34,8 @@ ...@@ -32,6 +34,8 @@
'action': ['<@(bin_name)','./node_modules/.bin/targz','deps/sqlite-autoconf-<@(sqlite_version).tar.gz','-x','deps/'] 'action': ['<@(bin_name)','./node_modules/.bin/targz','deps/sqlite-autoconf-<@(sqlite_version).tar.gz','-x','deps/']
} }
] ]
}]
]
}, },
{ {
'target_name': 'node_sqlite3', 'target_name': 'node_sqlite3',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment