We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4779303 commit 08f9f02Copy full SHA for 08f9f02
platforms/android/app/jni/Android.mk
@@ -4,7 +4,7 @@ SUBPROJECTS_PATH :=$(BUILD_PATH)/subprojects
4
5
include $(CLEAR_VARS)
6
LOCAL_MODULE := SDL2
7
-LOCAL_SRC_FILES := $(shell find "${SUBPROJECTS_PATH}" -name libsdl2.so)
+LOCAL_SRC_FILES := $(shell find "${SUBPROJECTS_PATH}" -name libSDL2.so)
8
include $(PREBUILT_SHARED_LIBRARY)
9
10
0 commit comments