diff options
| author | 2019-02-08 15:02:36 -0500 | |
|---|---|---|
| committer | 2019-02-08 15:02:36 -0500 | |
| commit | 9ff819a4a152cbe9dd4c7634885f56deaaac8bef (patch) | |
| tree | 9d8a4b9975fdd79f79a72abdd63f9727a29ad107 /build_win.bat | |
| parent | Update changelog (diff) | |
Fix build_win.bat
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_win.bat b/build_win.bat index ea4c53e9..10caa6c8 100644 --- a/build_win.bat +++ b/build_win.bat @@ -39,7 +39,7 @@ mkdir build\boot @if errorlevel 1 goto :BUILDFAIL @rem Build the generated sources -@%JANET_COMPILE% /Fobuild\core\core.gen.obj build\core.gen.c +@%JANET_COMPILE% /Fobuild\boot\core.gen.obj build\core.gen.c @if errorlevel 1 goto :BUILDFAIL @%JANET_COMPILE% /Fobuild\mainclient\init.gen.obj build\init.gen.c @if errorlevel 1 goto :BUILDFAIL |
