File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
pythonforandroid/bootstraps/sdl2_gradle/build/jni/src Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,12 @@ LOCAL_SRC_FILES := $(SDL_PATH)/src/main/android/SDL_android_main.c \
13
13
start.c
14
14
15
15
LOCAL_CFLAGS += -I$(LOCAL_PATH ) /../../../../other_builds/$(PYTHON2_NAME ) /$(ARCH ) /python2/python-install/include/python2.7 $(EXTRA_CFLAGS )
16
- LOCAL_CFLAGS += -I$(LOCAL_PATH ) /../../python-install/include/python2.7 $(EXTRA_CFLAGS )
17
16
18
- LOCAL_SHARED_LIBRARIES := SDL2
17
+ LOCAL_SHARED_LIBRARIES := SDL2 python_shared
19
18
20
- LOCAL_LDLIBS := -lGLESv1_CM -lGLESv2 -llog -lpython2.7 $(EXTRA_LDLIBS )
19
+ LOCAL_LDLIBS := -lGLESv1_CM -lGLESv2 -llog $(EXTRA_LDLIBS )
21
20
22
21
LOCAL_LDFLAGS += -L$(LOCAL_PATH ) /../../../../other_builds/$(PYTHON2_NAME ) /$(ARCH ) /python2/python-install/lib $(APPLICATION_ADDITIONAL_LDFLAGS )
23
- LOCAL_LDFLAGS += -L$(LOCAL_PATH ) /../../python-install/lib $(APPLICATION_ADDITIONAL_LDFLAGS )
24
22
25
23
include $(BUILD_SHARED_LIBRARY )
26
24
You can’t perform that action at this time.
0 commit comments