Index: gyp_skia |
diff --git a/gyp_skia b/gyp_skia |
index 7a4502684f7a1a477fecabe451a55525764f939a..20bfd7901b022234db71fd599b9de8154c1448e5 100755 |
--- a/gyp_skia |
+++ b/gyp_skia |
@@ -15,7 +15,7 @@ import platform |
import shlex |
import sys |
-script_dir = os.path.dirname(__file__) |
+script_dir = os.path.abspath(os.path.dirname(__file__)) |
# Directory within which we can find the gyp source. |
gyp_source_dir = os.path.join(script_dir, 'third_party', 'externals', 'gyp') |