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 1255241 commit 492b1c1Copy full SHA for 492b1c1
build/helpers/setvars.cmd
@@ -73,8 +73,8 @@ IF "%PGURL%"=="" SET PGURL="https://ftp.postgresql.org/pub/source/v%PGVER%/postg
73
74
REM Set useful directories paths so they're used in scripts
75
SET BUILD_DIR=c:\pg
76
-SET DEPENDENCIES_SRC_DIR=%BUILD_DIR%\dependencies_src
77
-SET DEPENDENCIES_BIN_DIR=%BUILD_DIR%\dependencies
+SET DEPENDENCIES_SRC_DIR=%BUILD_DIR%\dependencies_src_%ARCH
+SET DEPENDENCIES_BIN_DIR=%BUILD_DIR%\dependencies_%ARCH%
78
SET DEPS_ZIP=deps-%SDK%-%ARCH%.zip
79
SET DOWNLOADS_DIR=%BUILD_DIR%\downloads
80
REM Magic to set root directory of those scripts (Where Readme.md lies)
0 commit comments