From 139a498404a952abbd7157d7f743f14e6cc7c21a Mon Sep 17 00:00:00 2001 From: MoonlightSentinel Date: Sun, 15 Mar 2020 00:16:20 +0100 Subject: [PATCH] Fix compilation error for unittests on windows `build.bat test` failed because the explicit string import path (`-Jbin`) was missing. --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index fc95181..074337d 100644 --- a/build.bat +++ b/build.bat @@ -19,7 +19,7 @@ if %githashsize% == 0 ( ) set DFLAGS=-O -release -version=StdLoggerDisableWarning -Jbin %MFLAGS% -set TESTFLAGS=-g -w -version=StdLoggerDisableWarning +set TESTFLAGS=-g -w -version=StdLoggerDisableWarning -Jbin set CORE= set LIBDPARSE= set STD=