Commit e823a62a by Dane Springmeyer

Merge pull request #147 from tomhughes/deps

Don't bother unpacking sqlite if we're not using it
parents fcdea862 a02f8afd
......@@ -20,6 +20,8 @@
{
'target_name': 'action_before_build',
'type': 'none',
'conditions': [
['sqlite == "internal"', {
'actions': [
{
'action_name': 'unpack_sqlite_dep',
......@@ -32,6 +34,8 @@
'action': ['<@(bin_name)','./node_modules/.bin/targz','deps/sqlite-autoconf-<@(sqlite_version).tar.gz','-x','deps/']
}
]
}]
]
},
{
'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