aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_win.bat
diff options
context:
space:
mode:
authorsogaiu <983021772@users.noreply.github.com>2025-11-16 15:14:11 +0900
committersogaiu <983021772@users.noreply.github.com>2025-11-16 15:14:11 +0900
commita886a93d2fd190033c33c2801883560a1b3e4585 (patch)
tree5c1ec7397bced766006cae50d52acc4cdb324b5d /build_win.bat
parentFormatting and fix chroot build. (diff)
Fix comment about syspath
Diffstat (limited to 'build_win.bat')
-rw-r--r--build_win.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_win.bat b/build_win.bat
index 342ee681..6883b1bc 100644
--- a/build_win.bat
+++ b/build_win.bat
@@ -49,7 +49,7 @@ for %%f in (src\boot\*.c) do (
)
%JANET_LINK% /out:build\janet_boot.exe build\boot\*.obj
@if errorlevel 1 goto :BUILDFAIL
-@rem note that there is no default sysroot being baked in
+@rem note that there is no default syspath being baked in
build\janet_boot . > build\c\janet.c
@if errorlevel 1 goto :BUILDFAIL