Skip to content
Snippets Groups Projects
Commit 5be8647c authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

misc: fix build for armeabi-v7a with ndk 25

Change-Id: I12b012975eafaaccacecbd76c114766e2f207337
parent 4a97d015
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ make .gas
# Setup cross-compilation build environemnt
export AR=$NDK_TOOLCHAIN_PATH/llvm-ar
export AS=$NDK_TOOLCHAIN_PATH/${TARGET}-as
export AS="$NDK_TOOLCHAIN_PATH/$TARGET_CC$API-clang -c"
export CC=$NDK_TOOLCHAIN_PATH/$TARGET_CC$API-clang
export CXX=$NDK_TOOLCHAIN_PATH/$TARGET_CC$API-clang++
export LD=$NDK_TOOLCHAIN_PATH/ld
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment