Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4514929

Browse files
committed
Fixed for MSVS2017
1 parent80749f7 commit4514929

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎build/helpers/dependencies.cmd

Lines changed: 5 additions & 3 deletions
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
SETWindowsTargetPlatformVersion=%WindowsSDKVersion%
1815
)
1916
IF%SDK%== MSVC2017 (
2017
SETWindowsTargetPlatformVersion=%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
ECHOON
2527
TITLE"Building libzstd"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp