From b61c9eb991207dc8dce1a61c66f6b1b9f116a6a3 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Mon, 18 Feb 2019 20:15:20 -0500 Subject: [PATCH] Update build script for windows. --- build_win.bat | 1 + 1 file changed, 1 insertion(+) 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