mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
[test-android] another build script fix for host/target was needed.
This commit is contained in:
parent
0635766f85
commit
ed555f076b
1 changed files with 2 additions and 1 deletions
|
@ -147,7 +147,8 @@ EOF
|
|||
chmod a-x android.cache
|
||||
NOCONFIGURE=true ./autogen.sh
|
||||
./configure \
|
||||
--host=$ANDROID_TARGET \
|
||||
--host=x86_64-pc-linux \
|
||||
--target=$ANDROID_TARGET \
|
||||
--prefix=$PREFIX \
|
||||
--libdir=$LIBPATH0 \
|
||||
--disable-dependency-tracking \
|
||||
|
|
Loading…
Reference in a new issue