From 2126dab2c0cc8a5aaddd38ed0b813235e6f65d38 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Tue, 25 Mar 2025 11:52:05 -0700 Subject: [PATCH] Wine changed behavior switching. --- windows/BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/BUILD b/windows/BUILD index 532077d..d33eb81 100644 --- a/windows/BUILD +++ b/windows/BUILD @@ -29,7 +29,7 @@ Importation('$dst/gen/windows_boot_extra.h', '$src/windows/windows_boot_extra.fs Alias('win32', ' '.join([ ForthTest('$dst/tests/win32_all_tests.out', '$dst/windows/uEf32.exe', '$src/common/all_tests.fs', - interp='wineconsole --backend=curses'), + interp='wine'), ])) CompileW32('$dst/windows/uEf32.obj', '$src/windows/main.c', implicit=['$dst/gen/windows_boot.h', @@ -42,7 +42,7 @@ LinkW32('$dst/windows/uEf32.exe', Alias('win64', ' '.join([ ForthTest('$dst/tests/win64_all_tests.out', '$dst/windows/uEf64.exe', '$src/common/all_tests.fs', - interp='wineconsole --backend=curses'), + interp='wine'), ])) CompileW64('$dst/windows/uEf64.obj', '$src/windows/main.c', implicit=['$dst/gen/windows_boot.h',