diff options
| author | 2025-09-11 14:14:07 +0900 | |
|---|---|---|
| committer | 2025-09-11 14:14:07 +0900 | |
| commit | 07cf63622f9f43691d936e96685b0e767ac1de90 (patch) | |
| tree | 9f8aa7abd54b04f1b5d24734105b92af87fbc9f9 /build_win.bat | |
| parent | Don't try for backwards compat with compiled modules - Address #1639 (diff) | |
Improve windows-related docs and notes
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_win.bat b/build_win.bat index 5a0da53e..342ee681 100644 --- a/build_win.bat +++ b/build_win.bat @@ -49,6 +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 build\janet_boot . > build\c\janet.c @if errorlevel 1 goto :BUILDFAIL |
