mirror of
https://github.com/janet-lang/janet
synced 2026-08-10 20:38:52 +00:00
Merge pull request #1665 from sogaiu/fix-comment
Fix comment about syspath
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user