Skip to content

Commit 583b98f

Browse files
authored
Merge pull request #80 from diegoe/explicit-python2
deps: Use python2 explicitly, to avoid FTBFS on modern systems
2 parents 7b0324c + 41c69f3 commit 583b98f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/sqlite3.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
'outputs': [
102102
'<(SHARED_INTERMEDIATE_DIR)/sqlcipher-amalgamation-<@(sqlite_version)/sqlite3.c'
103103
],
104-
'action': ['python','./extract.py','./sqlcipher-amalgamation-<@(sqlite_version).tar.gz','<(SHARED_INTERMEDIATE_DIR)']
104+
'action': ['python2','./extract.py','./sqlcipher-amalgamation-<@(sqlite_version).tar.gz','<(SHARED_INTERMEDIATE_DIR)']
105105
}
106106
],
107107
'direct_dependent_settings': {

0 commit comments

Comments
 (0)