Skip to content

Commit

Permalink
[test-android] another build script fix for host/target was needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Jun 8, 2021
1 parent 499ce46 commit f5144c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-android/build-scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f5144c0

Please sign in to comment.