Skip to content

Commit 006ffa6

Browse files
committed
Fix android build after removal of base64u.h
1 parent 79455c3 commit 006ffa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ iodine-latest:
5858

5959
#non-PIE build for old android
6060
cross-android-old:
61-
@(cd src; $(MAKE) base64u.c base64u.h)
61+
@(cd src; $(MAKE) base64u.c)
6262
@(cd src; ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=Android.mk APP_PLATFORM=android-3)
6363

6464
#Position-indepedent build for modern android
6565
cross-android:
66-
@(cd src; $(MAKE) base64u.c base64u.h)
66+
@(cd src; $(MAKE) base64u.c)
6767
@(cd src; ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=Android.mk APP_PLATFORM=android-16)
6868

6969
iodine-latest-android.zip: iodine-latest

0 commit comments

Comments
 (0)