Skip to content

Commit 122113e

Browse files
committed
Use correct arg for bigint
1 parent a7aa566 commit 122113e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ then
15421542
fi
15431543
])
15441544
AS_VAR_IF([ac_cv_tool_node_wasm_bigint], [yes], [
1545-
AS_VAR_APPEND([HOSTRUNNER], [" --experimental-wasm-threads"])
1545+
AS_VAR_APPEND([HOSTRUNNER], [" --experimental-wasm-bigint"])
15461546
])
15471547
15481548
AS_VAR_IF([enable_wasm_pthreads], [yes], [

0 commit comments

Comments
 (0)