Skip to content

Commit

Permalink
gyp: call correct python executable
Browse files Browse the repository at this point in the history
  • Loading branch information
FFY00 authored Nov 20, 2018
1 parent 8256e48 commit 7edb1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/sqlite3.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/sqlite-autoconf-<@(sqlite_version)/sqlite3.c'
],
'action': ['python','./extract.py','./sqlite-autoconf-<@(sqlite_version).tar.gz','<(SHARED_INTERMEDIATE_DIR)']
'action': ['python2','./extract.py','./sqlite-autoconf-<@(sqlite_version).tar.gz','<(SHARED_INTERMEDIATE_DIR)']
}
],
'direct_dependent_settings': {
Expand Down

0 comments on commit 7edb1fe

Please sign in to comment.