Skip to content

Commit

Permalink
Fixed building with the 16.1.4479499 Android toolchain
Browse files Browse the repository at this point in the history
(cherry picked from commit b9d1c48)
  • Loading branch information
slouken committed Jun 13, 2023
1 parent cf1dc66 commit 5a62a45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ LOCAL_CFLAGS += \
# Warnings we haven't fixed (yet)
LOCAL_CFLAGS += -Wno-unused-parameter -Wno-sign-compare

LOCAL_CXXFLAGS += -std=gnu++11

LOCAL_LDLIBS := -ldl -lGLESv1_CM -lGLESv2 -lOpenSLES -llog -landroid

LOCAL_LDFLAGS := -Wl,--no-undefined -Wl,--version-script=$(LOCAL_PATH)/src/dynapi/SDL_dynapi.sym
Expand Down

0 comments on commit 5a62a45

Please sign in to comment.