Skip to content

Commit

Permalink
use the regular linux archiver
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Nov 15, 2024
1 parent d1f3612 commit c1f9762
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 @@ -331,7 +331,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="$_toolchain_"/arm-linux-androideabi/bin/arm-linux-androideabi-ar \
AR=ar \
LD=$AND_CC \
AS=$AND_AS \
STRIP=strip \
Expand Down Expand Up @@ -969,7 +969,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="$_toolchain_"/"$AND_TOOLCHAIN_ARCH"/bin/aarch64-linux-android-ar \
AR=ar \
LD=$AND_CC \
AS=$AND_AS \
STRIP=strip \
Expand Down Expand Up @@ -1557,7 +1557,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="$_toolchain_"/"$AND_TOOLCHAIN_ARCH"/bin/i686-linux-android-ar \
AR=ar \
LD=$AND_CC \
AS=$AND_AS \
STRIP=strip \
Expand Down Expand Up @@ -1990,7 +1990,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="$_toolchain_"/"$AND_TOOLCHAIN_ARCH"/bin/x86_64-linux-android-ar \
AR=ar \
LD=$AND_CC \
AS=$AND_AS \
STRIP=strip \
Expand Down

0 comments on commit c1f9762

Please sign in to comment.