From 137b82409c06d47ff2372c38f8a03fd1da2f3936 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Mon, 22 Feb 2016 14:06:40 +0100 Subject: [PATCH] swap sequence, so the exception gets thrown later. --- 3rdParty/V8-4.3.61/build/gyp/gyp_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdParty/V8-4.3.61/build/gyp/gyp_main.py b/3rdParty/V8-4.3.61/build/gyp/gyp_main.py index bb71ee8d3f..659766e0d9 100755 --- a/3rdParty/V8-4.3.61/build/gyp/gyp_main.py +++ b/3rdParty/V8-4.3.61/build/gyp/gyp_main.py @@ -9,9 +9,9 @@ import os.path # TODO(mark): sys.path manipulation is some temporary testing stuff. try: - import gyp sys.path.append(os.path.join(os.path.dirname(sys.argv[0]), '..')) os.environ['PYTHON_EXECUTABLE'] = sys.executable + import gyp except ImportError, e: sys.path.append(os.path.join(os.path.dirname(sys.argv[0]), 'pylib')) import gyp