Skip to content

Commit c1f9762

Browse files
committed
use the regular linux archiver
1 parent d1f3612 commit c1f9762

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

circle_scripts/deps.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ if [ "$full""x" == "1x" ]; then
331331
export CFLAGS=" -g -O3 -fPIC $CF2 $CF3 -I${_NDK_}/sources/android/cpufeatures ";
332332
CC=$AND_CC \
333333
CXX=$AND_CXX \
334-
AR="$_toolchain_"/arm-linux-androideabi/bin/arm-linux-androideabi-ar \
334+
AR=ar \
335335
LD=$AND_CC \
336336
AS=$AND_AS \
337337
STRIP=strip \
@@ -969,7 +969,7 @@ if [ "$full""x" == "1x" ]; then
969969
export CFLAGS=" -g -O3 -fPIC $CF2 $CF3 -I${_NDK_}/sources/android/cpufeatures ";
970970
CC=$AND_CC \
971971
CXX=$AND_CXX \
972-
AR="$_toolchain_"/"$AND_TOOLCHAIN_ARCH"/bin/aarch64-linux-android-ar \
972+
AR=ar \
973973
LD=$AND_CC \
974974
AS=$AND_AS \
975975
STRIP=strip \
@@ -1557,7 +1557,7 @@ if [ "$full""x" == "1x" ]; then
15571557
export CFLAGS=" -g -O3 -fPIC $CF2 $CF3 -I${_NDK_}/sources/android/cpufeatures ";
15581558
CC=$AND_CC \
15591559
CXX=$AND_CXX \
1560-
AR="$_toolchain_"/"$AND_TOOLCHAIN_ARCH"/bin/i686-linux-android-ar \
1560+
AR=ar \
15611561
LD=$AND_CC \
15621562
AS=$AND_AS \
15631563
STRIP=strip \
@@ -1990,7 +1990,7 @@ if [ "$full""x" == "1x" ]; then
19901990
export CFLAGS=" -g -O3 -fPIC $CF2 $CF3 -I${_NDK_}/sources/android/cpufeatures ";
19911991
CC=$AND_CC \
19921992
CXX=$AND_CXX \
1993-
AR="$_toolchain_"/"$AND_TOOLCHAIN_ARCH"/bin/x86_64-linux-android-ar \
1993+
AR=ar \
19941994
LD=$AND_CC \
19951995
AS=$AND_AS \
19961996
STRIP=strip \

0 commit comments

Comments
 (0)