Skip to content

Commit

Permalink
Android.mk: Add -DHAVE_STDINT_H to LOCAL_CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
akheron committed Jul 31, 2014
1 parent a6229a2 commit d4a7de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ LOCAL_C_INCLUDES += \

LOCAL_MODULE_TAGS := optional
LOCAL_SHARED_LIBRARIES := libc
LOCAL_CFLAGS += -O3
LOCAL_CFLAGS += -O3 -DHAVE_STDINT_H=1

LOCAL_MODULE:= libjansson

Expand Down

0 comments on commit d4a7de7

Please sign in to comment.