Fix compilation error for unittests on windows

`build.bat test` failed because the explicit string import path
(`-Jbin`) was missing.
This commit is contained in:
MoonlightSentinel 2020-03-15 00:16:20 +01:00
parent 54e073e308
commit 139a498404
No known key found for this signature in database
GPG Key ID: 1A1A60AECDC956AB
1 changed files with 1 additions and 1 deletions

View File

@ -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=