Skip to content

Commit 9e8d5e1

Browse files
kollivierrtibbles
authored andcommitted
Attempt to fix DT_HASH undefined symbol error.
1 parent e80ddab commit 9e8d5e1

File tree

1 file changed

+1
-1
lines changed
  • pythonforandroid/bootstraps/webview/build/jni/application/src

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/webview/build/jni/application/src/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LOCAL_MODULE := main
99
# Add your application source files here...
1010
LOCAL_SRC_FILES := start.c pyjniusjni.c
1111

12-
LOCAL_CFLAGS += -I$(PYTHON_INCLUDE_ROOT) $(EXTRA_CFLAGS)
12+
LOCAL_CFLAGS += -I$(PYTHON_INCLUDE_ROOT) $(EXTRA_CFLAGS) -Wl,--hash-style=both
1313

1414
LOCAL_SHARED_LIBRARIES := python_shared
1515

0 commit comments

Comments
 (0)