arm64make script - fix error preventing Release testing.

R=scroggo@google.com, djsollen@google.com

Author: halcanary@google.com

Review URL: https://codereview.chromium.org/258323002

git-svn-id: http://skia.googlecode.com/svn/trunk@14730 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
commit-bot@chromium.org 2014-05-14 15:36:54 +00:00
parent 7801faaab9
commit 8041f3dace

View File

@ -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 \