diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/sync-and-gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sync-and-gyp b/bin/sync-and-gyp index a2ba34358c..825f31697e 100755 --- a/bin/sync-and-gyp +++ b/bin/sync-and-gyp @@ -51,6 +51,6 @@ function gyp_hasher() { GYP_HASH=$(gyp_hasher) HASH_PATH="${SKIA_OUT}/gyp_hash" if [ "$GYP_HASH" != "$(catifexists "$HASH_PATH")" ]; then - ./gyp_skia || exit + python ./gyp_skia || exit echo "$GYP_HASH" > "$HASH_PATH" fi |