We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b389f01 + a886a93 commit 37e0849Copy full SHA for 37e0849
build_win.bat
@@ -49,7 +49,7 @@ for %%f in (src\boot\*.c) do (
49
)
50
%JANET_LINK% /out:build\janet_boot.exe build\boot\*.obj
51
@if errorlevel 1 goto :BUILDFAIL
52
-@rem note that there is no default sysroot being baked in
+@rem note that there is no default syspath being baked in
53
build\janet_boot . > build\c\janet.c
54
55
0 commit comments