Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8924d commit bc0fb54Copy full SHA for bc0fb54
build/helpers/dependencies.cmd
@@ -68,7 +68,7 @@ CD %DEPENDENCIES_SRC_DIR%\lz4-%LZ4_RELEASE%
68
CD build/VS2017
69
SET INCLUDE=%DEPENDENCIES_SRC_DIR%\lz4-%LZ4_RELEASE%\lib;%DEPENDENCIES_SRC_DIR%\lz4-%LZ4_RELEASE%\programs;%INCLUDE%
70
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
+msbuild lz4.sln /m /p:Configuration=Release /p:Platform=%Platform% /p:PlatformToolset=%PlatformToolset% /p:WindowsTargetPlatformVersion=%WindowsSDKVersion% /p:RunCodeAnalysis=false /p:UseEnv=true || GOTO :ERROR
72
CD ../..
73
74
MKDIR %DEPENDENCIES_BIN_DIR%\lz4
0 commit comments