Fixed build-tools location-related error in ScummVM build
This commit is contained in:
parent
703cf58ee9
commit
b99382099a
|
@ -35,6 +35,9 @@ Build Version:1.5.0,6,v1.5.0,\
|
|||
extlibs=libmad/libmad-0.15.1b.tar.gz,srclibs=FLAC@1.2.1;Tremor@b31465b840,\
|
||||
update=no,patch=fdroid_build.patch;latest_sdk.patch,bindir=.,antcommand="-p",\
|
||||
init=echo -e '<project>\n<target name="Creating scummvm.apk for release..."/>\n</project>' > build.xml,\
|
||||
prebuild=\
|
||||
set -- $$SDK$$/build-tools/*/aapt && \
|
||||
sed -e "s|\$(ANDROID_SDK)/build-tools/\*/aapt|$1|" -i backends/platform/android/android.mk,\
|
||||
build=\
|
||||
export ANDROID_SDK="$$SDK$$" ANDROID_NDK="$$NDK$$" && \
|
||||
chmod +x fdroid_build && \
|
||||
|
|
Loading…
Reference in a new issue