Skip to content

Commit d9a7927

Browse files
committed
Use a hyphen
1 parent 6949eee commit d9a7927

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
@@ -1637,7 +1637,7 @@ then
16371637
AS_VAR_IF([host_cpu], [wasm64], [AS_VAR_APPEND([HOSTRUNNER], [" --experimental-wasm-memory64"])])
16381638
],
16391639
[WASI], [
1640-
AC_MSG_ERROR([HOSTRUNNER must be set when cross compiling to WASI])
1640+
AC_MSG_ERROR([HOSTRUNNER must be set when cross-compiling to WASI])
16411641
],
16421642
[HOSTRUNNER='']
16431643
)

0 commit comments

Comments
 (0)