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

Skip to content

Commit 4514929

Browse files
committed
Fixed for MSVS2017
1 parent 80749f7 commit 4514929

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build/helpers/dependencies.cmd

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@ rm -rf %DEPENDENCIES_SRC_DIR%
1010
MKDIR %DEPENDENCIES_SRC_DIR%
1111
MKDIR %DOWNLOADS_DIR%
1212

13-
if "%PRODUCT_NAME%" == "PostgreSQL" goto :SKIP_ZSTD
14-
if "%PRODUCT_NAME%" == "PostgresPro" goto :SKIP_ZSTD
15-
1613
IF %SDK% == MSVC2015 (
1714
SET WindowsTargetPlatformVersion=%WindowsSDKVersion%
1815
)
1916
IF %SDK% == MSVC2017 (
2017
SET WindowsTargetPlatformVersion=%WindowsSDKVersion%
2118
)
2219

20+
21+
if "%PRODUCT_NAME%" == "PostgreSQL" goto :SKIP_ZSTD
22+
if "%PRODUCT_NAME%" == "PostgresPro" goto :SKIP_ZSTD
23+
24+
2325
:ZSTD
2426
ECHO ON
2527
TITLE "Building libzstd"

0 commit comments

Comments
 (0)