mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-21 14:41:26 +00:00
Fix android build after removal of base64u.h
This commit is contained in:
parent
79455c380d
commit
006ffa619e
4
Makefile
4
Makefile
|
@ -58,12 +58,12 @@ iodine-latest:
|
|||
|
||||
#non-PIE build for old android
|
||||
cross-android-old:
|
||||
@(cd src; $(MAKE) base64u.c base64u.h)
|
||||
@(cd src; $(MAKE) base64u.c)
|
||||
@(cd src; ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=Android.mk APP_PLATFORM=android-3)
|
||||
|
||||
#Position-indepedent build for modern android
|
||||
cross-android:
|
||||
@(cd src; $(MAKE) base64u.c base64u.h)
|
||||
@(cd src; $(MAKE) base64u.c)
|
||||
@(cd src; ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=Android.mk APP_PLATFORM=android-16)
|
||||
|
||||
iodine-latest-android.zip: iodine-latest
|
||||
|
|
Loading…
Reference in a new issue