Blame SOURCES/libsodium-1.0.18/dist-build/android-x86_64.sh

ca16be
#!/bin/sh
ca16be
export TARGET_ARCH=westmere
ca16be
export CFLAGS="-Os -march=${TARGET_ARCH}"
ca16be
NDK_PLATFORM=android-21 ARCH=x86_64 HOST_COMPILER=x86_64-linux-android "$(dirname "$0")/android-build.sh"