Skip to content

Commit 05cb9f2

Browse files
committed
Upper case WASI
1 parent a04c64c commit 05cb9f2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3721,7 +3721,7 @@ then
37213721
ac_sys_system=Emscripten
37223722
;;
37233723
*-*-wasi)
3724-
ac_sys_system=wasi
3724+
ac_sys_system=WASI
37253725
;;
37263726
*)
37273727
# for now, limit cross builds to known configurations

configure.ac

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,7 @@ then
469469
ac_sys_system=Emscripten
470470
;;
471471
*-*-wasi)
472-
dnl wasm32-wasi, wasm32-unknown-wasi
473-
ac_sys_system=wasi
472+
ac_sys_system=WASI
474473
;;
475474
*)
476475
# for now, limit cross builds to known configurations

0 commit comments

Comments
 (0)