Commit d9c3ef74 by Dane Springmeyer

more windows fixes

parent 1177d105
...@@ -6,11 +6,13 @@ ...@@ -6,11 +6,13 @@
'conditions': [ 'conditions': [
['OS=="win"', { ['OS=="win"', {
'variables': { 'variables': {
'copy_command%': 'copy' 'copy_command%': 'copy',
'bin_name':'call'
}, },
},{ },{
'variables': { 'variables': {
'copy_command%': 'cp' 'copy_command%': 'cp',
'bin_name':'node'
}, },
}] }]
], ],
...@@ -27,7 +29,7 @@ ...@@ -27,7 +29,7 @@
'outputs': [ 'outputs': [
'./deps/sqlite-autoconf-<@(sqlite_version)/sqlite3.c' './deps/sqlite-autoconf-<@(sqlite_version)/sqlite3.c'
], ],
'action': ['node','./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/']
} }
] ]
}, },
......
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