From 7edb1fea5f223735ec61c4d5387ef6ca51976319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20La=C3=ADns?= Date: Tue, 20 Nov 2018 20:30:11 +0000 Subject: [PATCH] gyp: call correct python executable Fixes #1084 --- deps/sqlite3.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/sqlite3.gyp b/deps/sqlite3.gyp index 94db314b5..96b22cc34 100755 --- a/deps/sqlite3.gyp +++ b/deps/sqlite3.gyp @@ -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': {