mirror of
https://github.com/aria2/aria2.git
synced 2025-02-26 08:22:11 +00:00
Compile using Android NDK clang
This commit is contained in:
parent
36902526b6
commit
13b2c4a0f9
@ -51,6 +51,8 @@ PATH=$TOOLCHAIN/bin:$PATH
|
|||||||
--with-libcares \
|
--with-libcares \
|
||||||
--with-libz \
|
--with-libz \
|
||||||
--with-libssh2 \
|
--with-libssh2 \
|
||||||
|
CC="$TOOLCHAIN"/bin/arm-linux-androideabi-clang \
|
||||||
|
CXX="$TOOLCHAIN"/bin/arm-linux-androideabi-clang++ \
|
||||||
CXXFLAGS="-Os -g" \
|
CXXFLAGS="-Os -g" \
|
||||||
CFLAGS="-Os -g" \
|
CFLAGS="-Os -g" \
|
||||||
CPPFLAGS="-fPIE" \
|
CPPFLAGS="-fPIE" \
|
||||||
|
Loading…
Reference in New Issue
Block a user