android: fix gas-preprocessor download

An HTML page would be downloaded instead of the perl script. Also marks
said script as executable, else FFmpeg won't build.

Change-Id: I1a4521762e6fda49061f9d1e21ef81d5a88f3642
This commit is contained in:
philippegorley
2017-07-11 12:08:31 -04:00
parent 9739c053b0
commit 006b8dc7be
2 changed files with 3 additions and 2 deletions

View File

@ -216,7 +216,8 @@ gas-preprocessor-$(GAS_VERSION).pl:
.gas: gas-preprocessor-$(GAS_VERSION).pl
mkdir -p $(PREFIX)/bin
cp gas-preprocessor-$(GAS_VERSION).pl $(PREFIX)/bin/gas-preprocessor
cp gas-preprocessor-$(GAS_VERSION).pl $(PREFIX)/bin/gas-preprocessor.pl
chmod a+x $(PREFIX)/bin/gas-preprocessor.pl # needs to be executable
touch $@
CLEAN_FILE += .gas