Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: platform_tools/barelinux/bin/arm64_make

Issue 258323002: arm64make script - fix error preventing Release testing. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/barelinux/bin/arm64_make
diff --git a/platform_tools/barelinux/bin/arm64_make b/platform_tools/barelinux/bin/arm64_make
index c64970e2931d9a13538d3637dd0023f38402ec8d..9797df8cdd9c70ca484e02d527ede8a38d70f246 100755
--- a/platform_tools/barelinux/bin/arm64_make
+++ b/platform_tools/barelinux/bin/arm64_make
@@ -44,6 +44,7 @@ while getopts ":c:x:o:t:h" opt ; do
usage || exit;;
esac
done
+OPTIND=1 # Reset this variable for calling barelinux_make with -t command flag.
export GYP_DEFINES="${GYP_DEFINES} \
skia_gpu=0 \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698