aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--build_win.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_win.bat b/build_win.bat
index 2bc04507..c30d7fd3 100644
--- a/build_win.bat
+++ b/build_win.bat
@@ -58,6 +58,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"
+set JANET_INCLUDEDIR="C:/Janet/Include"
build\janet_boot
@rem Build the core image