mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
* Update android-armv7-a.sh update HOST_COMPILER variable to be compatible with updated android-build.sh that supports latest ndk and use of prebuilt toolchains. * Update android-build.sh update to allow use of prebuilt toolchains in latest ndk. The latest ndk does not support arm prior to armv7a and the HOST_COMPILER for armv7a must now be armv7a not just arm. * Delete android-arm.sh arm prior to armv7a is no longer supported by android ndk. * Update android-build.sh removing unneeded MAKE_TOOLCHAIN variable * Update Makefile.am removing obsolete android targets * Delete android-mips32.sh * Delete android-mips64.sh
14 lines
224 B
Makefile
14 lines
224 B
Makefile
|
|
EXTRA_DIST = \
|
|
android-build.sh \
|
|
android-armv7-a.sh \
|
|
android-armv8-a.sh \
|
|
android-x86.sh \
|
|
android-x86_64.sh \
|
|
emscripten.sh \
|
|
apple-xcframework.sh \
|
|
macos.sh \
|
|
msys2-win32.sh \
|
|
msys2-win64.sh \
|
|
wasm32-wasi.sh
|