mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Fix error with NDK r26
This commit is contained in:
parent
6874cc80cf
commit
38b5b03ebb
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ make clean
|
|||
./configure \
|
||||
--libdir=android-libs/x86_64 \
|
||||
--arch=x86_64 \
|
||||
--cpu=x86_64 \
|
||||
--cpu=x86-64 \
|
||||
--cross-prefix="${TOOLCHAIN_PREFIX}/x86_64-linux-android${ANDROID_ABI_64BIT}-" \
|
||||
--nm="${TOOLCHAIN_PREFIX}/llvm-nm" \
|
||||
--ar="${TOOLCHAIN_PREFIX}/llvm-ar" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue