Skip to content

Commit 5cb44c8

Browse files
committed
Move dlopen patch to separate PR
1 parent 9ca8678 commit 5cb44c8

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
Threading tests are now skipped on WASM targets without pthread support.
2-
WASM builds don't use dlopen by default.

configure

Lines changed: 1 addition & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,11 +1122,7 @@ AC_ARG_ENABLE([wasm-dynamic-linking],
11221122
[AC_MSG_ERROR([--enable-wasm-dynamic-linking only applies to Emscripten and WASI])]
11231123
)
11241124
], [
1125-
AS_CASE([$ac_sys_system],
1126-
[Emscripten], [enable_wasm_dynamic_linking=no],
1127-
[WASI], [enable_wasm_dynamic_linking=no],
1128-
[enable_wasm_dynamic_linking=missing]
1129-
)
1125+
enable_wasm_dynamic_linking=missing
11301126
])
11311127
AC_MSG_RESULT([$enable_wasm_dynamic_linking])
11321128

0 commit comments

Comments
 (0)