summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild/gyp_qtwebengine2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/gyp_qtwebengine b/build/gyp_qtwebengine
index 51392753d..b67314df2 100755
--- a/build/gyp_qtwebengine
+++ b/build/gyp_qtwebengine
@@ -5,6 +5,8 @@ import os
import subprocess
import sys
+print 'using python: ' + sys.executable + ' version: ' + sys.version
+
qtwebengine_src = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
chrome_src = subprocess.check_output("git config qtwebengine.chromiumsrcdir || true", shell=True).strip()
if chrome_src: