autogen in arm64 configure, correct make file name
This commit is contained in:
parent
efc81b2d9d
commit
ff05f79b23
@ -3,7 +3,7 @@
|
|||||||
./gradlew multiplatform-crypto-api:build
|
./gradlew multiplatform-crypto-api:build
|
||||||
#now let's build linux deps
|
#now let's build linux deps
|
||||||
cd sodiumWrapper
|
cd sodiumWrapper
|
||||||
./makeLinux64.sh
|
./makeLinuxX86-64.sh
|
||||||
./makeLinuxArm64.sh
|
./makeLinuxArm64.sh
|
||||||
#now we can do the delegated build
|
#now we can do the delegated build
|
||||||
cd ..
|
cd ..
|
||||||
|
@ -8,5 +8,6 @@ export TOOLCHAIN=$HOME/.konan/dependencies/target-gcc-toolchain-3-linux-x86-64/x
|
|||||||
export CFLAGS="-O3 -target aarch64-unknown-linux-gnu --sysroot $SYSROOT -fuse-ld=$CLANG_BIN/ld.lld"
|
export CFLAGS="-O3 -target aarch64-unknown-linux-gnu --sysroot $SYSROOT -fuse-ld=$CLANG_BIN/ld.lld"
|
||||||
export LDFLAGS="-fuse-ld=$CLANG_BIN/ld.lld"
|
export LDFLAGS="-fuse-ld=$CLANG_BIN/ld.lld"
|
||||||
cd libsodium
|
cd libsodium
|
||||||
|
./autogen.sh -s -f
|
||||||
./configure --prefix=$PREFIX --with-sysroot=$SYSROOT --host=aarch64-unknown-linux-gnu "$@"
|
./configure --prefix=$PREFIX --with-sysroot=$SYSROOT --host=aarch64-unknown-linux-gnu "$@"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user