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 e80ddab commit 9e8d5e1Copy full SHA for 9e8d5e1
pythonforandroid/bootstraps/webview/build/jni/application/src/Android.mk
@@ -9,7 +9,7 @@ LOCAL_MODULE := main
9
# Add your application source files here...
10
LOCAL_SRC_FILES := start.c pyjniusjni.c
11
12
-LOCAL_CFLAGS += -I$(PYTHON_INCLUDE_ROOT) $(EXTRA_CFLAGS)
+LOCAL_CFLAGS += -I$(PYTHON_INCLUDE_ROOT) $(EXTRA_CFLAGS) -Wl,--hash-style=both
13
14
LOCAL_SHARED_LIBRARIES := python_shared
15
0 commit comments