Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc0fb54

Browse files
committed
lz4 library build updated
1 parent 5a8924d commit bc0fb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/helpers/dependencies.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ CD %DEPENDENCIES_SRC_DIR%\lz4-%LZ4_RELEASE%
6868
CD build/VS2017
6969
SET INCLUDE=%DEPENDENCIES_SRC_DIR%\lz4-%LZ4_RELEASE%\lib;%DEPENDENCIES_SRC_DIR%\lz4-%LZ4_RELEASE%\programs;%INCLUDE%
7070
rem set UseEnv=true for using INCLUDE variable
71-
msbuild lz4.sln /m /p:Configuration=Release /p:Platform=x64 /p:PlatformToolset=%PlatformToolset% /p:WindowsTargetPlatformVersion=%WindowsSDKVersion% /p:RunCodeAnalysis=false /p:UseEnv=true || GOTO :ERROR
71+
msbuild lz4.sln /m /p:Configuration=Release /p:Platform=%Platform% /p:PlatformToolset=%PlatformToolset% /p:WindowsTargetPlatformVersion=%WindowsSDKVersion% /p:RunCodeAnalysis=false /p:UseEnv=true || GOTO :ERROR
7272
CD ../..
7373

7474
MKDIR %DEPENDENCIES_BIN_DIR%\lz4

0 commit comments

Comments
 (0)