Skip to content

Commit

Permalink
Fixed Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 27, 2023
1 parent cd69150 commit ebeb6a1
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 @@ -29,7 +29,7 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/include

LOCAL_CFLAGS += -O2

LOCAL_LDFLAGS := -Wl,--no-undefined -Wl,--version-script=$(LOCAL_PATH)/SDL_ttf.sym
LOCAL_LDFLAGS := -Wl,--no-undefined -Wl,--version-script=$(LOCAL_PATH)/src/SDL_ttf.sym

ifneq ($(FREETYPE_LIBRARY_PATH),)
LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(FREETYPE_LIBRARY_PATH)/include
Expand Down

0 comments on commit ebeb6a1

Please sign in to comment.