Skip to content

Commit

Permalink
Fixed broken Android build due to missing FreeType library
Browse files Browse the repository at this point in the history
  • Loading branch information
katemonster33 committed Oct 25, 2024
1 parent 12b4e6c commit 96c7e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/jni/src/third-party/imgui/Android.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include $(CLEAR_VARS)

LOCAL_C_INCLUDES := $(LOCAL_PATH) $(LOCAL_PATH)/third-party
LOCAL_C_INCLUDES := $(LOCAL_PATH) $(LOCAL_PATH)/third-party $(LOCAL_PATH)/../android/app/jni/SDL2_ttf/external/freetype-2.4.12/include

LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)

Expand Down

0 comments on commit 96c7e04

Please sign in to comment.