Skip to content

Commit

Permalink
Revert "use the regular linux archiver"
Browse files Browse the repository at this point in the history
This reverts commit c1f9762.
  • Loading branch information
zoff99 committed Nov 15, 2024
1 parent 1417091 commit 2212aeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions circle_scripts/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ if [ "$full""x" == "1x" ]; then
export CFLAGS=" -g -O3 -fPIC $CF2 $CF3 -I${_NDK_}/sources/android/cpufeatures ";
CC=$AND_CC \
CXX=$AND_CXX \
AR=ar \
AR="$_toolchain_"/arm-linux-androideabi/bin/arm-linux-androideabi-ar \
LD=$AND_CC \
AS=$AND_AS \
STRIP=strip \
Expand Down Expand Up @@ -974,7 +974,7 @@ if [ "$full""x" == "1x" ]; then
export CFLAGS=" -g -O3 -fPIC $CF2 $CF3 -I${_NDK_}/sources/android/cpufeatures ";
CC=$AND_CC \
CXX=$AND_CXX \
AR=ar \
AR="$_toolchain_"/"$AND_TOOLCHAIN_ARCH"/bin/aarch64-linux-android-ar \
LD=$AND_CC \
AS=$AND_AS \
STRIP=strip \
Expand Down Expand Up @@ -1565,7 +1565,7 @@ if [ "$full""x" == "1x" ]; then
export CFLAGS=" -g -O3 -fPIC $CF2 $CF3 -I${_NDK_}/sources/android/cpufeatures ";
CC=$AND_CC \
CXX=$AND_CXX \
AR=ar \
AR="$_toolchain_"/"$AND_TOOLCHAIN_ARCH"/bin/i686-linux-android-ar \
LD=$AND_CC \
AS=$AND_AS \
STRIP=strip \
Expand Down Expand Up @@ -2001,7 +2001,7 @@ if [ "$full""x" == "1x" ]; then
export CFLAGS=" -g -O3 -fPIC $CF2 $CF3 -I${_NDK_}/sources/android/cpufeatures ";
CC=$AND_CC \
CXX=$AND_CXX \
AR=ar \
AR="$_toolchain_"/"$AND_TOOLCHAIN_ARCH"/bin/x86_64-linux-android-ar \
LD=$AND_CC \
AS=$AND_AS \
STRIP=strip \
Expand Down

0 comments on commit 2212aeb

Please sign in to comment.