Skip to content

Commit 08f9f02

Browse files
committed
android: fix building teh apk, since libsdl2 was renamed to libSDL2
1 parent 4779303 commit 08f9f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/android/app/jni/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SUBPROJECTS_PATH :=$(BUILD_PATH)/subprojects
44

55
include $(CLEAR_VARS)
66
LOCAL_MODULE := SDL2
7-
LOCAL_SRC_FILES := $(shell find "${SUBPROJECTS_PATH}" -name libsdl2.so)
7+
LOCAL_SRC_FILES := $(shell find "${SUBPROJECTS_PATH}" -name libSDL2.so)
88
include $(PREBUILT_SHARED_LIBRARY)
99

1010

0 commit comments

Comments
 (0)