Skip to content

Commit

Permalink
First crack at fixing Xdelta support for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Dec 4, 2023
1 parent 8abd5c7 commit cd09d16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion deps/xdelta3/xdelta3.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
* the 32bit boundary [xdelta3-test.h]).
*/
#ifndef _WIN32
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#include <stdint.h>
#else /* WIN32 case */
Expand Down
1 change: 1 addition & 0 deletions pkg/android/phoenix-common/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ DEFINES += -DRARCH_MOBILE \
-DHAVE_ACCESSIBILITY \
-DHAVE_TRANSLATE \
-DWANT_IFADDRS \
-DHAVE_XDELTA \
-DHAVE_CORE_INFO_CACHE

ifeq ($(HAVE_GFX_WIDGETS),1)
Expand Down

0 comments on commit cd09d16

Please sign in to comment.