We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80749f7 commit 4514929Copy full SHA for 4514929
build/helpers/dependencies.cmd
@@ -10,16 +10,18 @@ rm -rf %DEPENDENCIES_SRC_DIR%
10
MKDIR %DEPENDENCIES_SRC_DIR%
11
MKDIR %DOWNLOADS_DIR%
12
13
-if "%PRODUCT_NAME%" == "PostgreSQL" goto :SKIP_ZSTD
14
-if "%PRODUCT_NAME%" == "PostgresPro" goto :SKIP_ZSTD
15
-
16
IF %SDK% == MSVC2015 (
17
SET WindowsTargetPlatformVersion=%WindowsSDKVersion%
18
)
19
IF %SDK% == MSVC2017 (
20
21
22
+
+if "%PRODUCT_NAME%" == "PostgreSQL" goto :SKIP_ZSTD
+if "%PRODUCT_NAME%" == "PostgresPro" goto :SKIP_ZSTD
23
24
25
:ZSTD
26
ECHO ON
27
TITLE "Building libzstd"
0 commit comments