Skip to content

Commit

Permalink
android: fix building teh apk, since libsdl2 was renamed to libSDL2
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Sep 7, 2024
1 parent 4779303 commit 08f9f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/android/app/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SUBPROJECTS_PATH :=$(BUILD_PATH)/subprojects

include $(CLEAR_VARS)
LOCAL_MODULE := SDL2
LOCAL_SRC_FILES := $(shell find "${SUBPROJECTS_PATH}" -name libsdl2.so)
LOCAL_SRC_FILES := $(shell find "${SUBPROJECTS_PATH}" -name libSDL2.so)
include $(PREBUILT_SHARED_LIBRARY)


Expand Down

0 comments on commit 08f9f02

Please sign in to comment.