mirror of https://github.com/FreeRDP/FreeRDP
Use clang to build openh264
This commit is contained in:
parent
633051e183
commit
8486821514
|
@ -9,7 +9,7 @@ function build {
|
||||||
BASE=$(pwd)
|
BASE=$(pwd)
|
||||||
common_run cd $BUILD_SRC
|
common_run cd $BUILD_SRC
|
||||||
PATH=$ANDROID_NDK:$PATH
|
PATH=$ANDROID_NDK:$PATH
|
||||||
MAKE="make PATH=$PATH ENABLEPIC=Yes OS=android NDKROOT=$ANDROID_NDK TARGET=android-$2 NDKLEVEL=$2 ARCH=$1 -j libraries"
|
MAKE="make PATH=$PATH ENABLEPIC=Yes OS=android NDKROOT=$ANDROID_NDK NDK_TOOLCHAIN_VERSION=clang TARGET=android-$2 NDKLEVEL=$2 ARCH=$1 -j libraries"
|
||||||
|
|
||||||
common_run export QUIET_AR="$CCACHE "
|
common_run export QUIET_AR="$CCACHE "
|
||||||
common_run export QUIET_ASM="$CCACHE "
|
common_run export QUIET_ASM="$CCACHE "
|
||||||
|
|
Loading…
Reference in New Issue