aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_win.bat
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-02-18 14:48:29 -0500
committerCalvin Rose <calsrose@gmail.com>2019-02-18 14:48:29 -0500
commit540b326c547e05a780358717c54f90aca9f543f3 (patch)
tree152b0867675adf01b9bf8535cb963d0c9582089e /build_win.bat
parentSet `module/*syspath*` to JANET_PATH at build time (diff)
Simpler way to set JANET_PATH at compile time.
Diffstat (limited to 'build_win.bat')
-rw-r--r--build_win.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_win.bat b/build_win.bat
index 10caa6c8..826885f4 100644
--- a/build_win.bat
+++ b/build_win.bat
@@ -57,6 +57,7 @@ for %%f in (src\boot\*.c) do (
)
%JANET_LINK% /out:build\janet_boot.exe build\boot\*.obj
@if errorlevel 1 goto :BUILDFAIL
+set JANET_PATH="C:/Janet/Library"
build\janet_boot
@rem Build the core image