Explorar o código

Compile using Android NDK clang

Tatsuhiro Tsujikawa %!s(int64=8) %!d(string=hai) anos
pai
achega
13b2c4a0f9
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      android-config

+ 2 - 0
android-config

@@ -51,6 +51,8 @@ PATH=$TOOLCHAIN/bin:$PATH
     --with-libcares \
     --with-libz \
     --with-libssh2 \
+    CC="$TOOLCHAIN"/bin/arm-linux-androideabi-clang \
+    CXX="$TOOLCHAIN"/bin/arm-linux-androideabi-clang++ \
     CXXFLAGS="-Os -g" \
     CFLAGS="-Os -g" \
     CPPFLAGS="-fPIE" \