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 492b1c1 commit 58844f2Copy full SHA for 58844f2
build/helpers/setvars.cmd
@@ -73,7 +73,7 @@ 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_%ARCH
+SET DEPENDENCIES_SRC_DIR=%BUILD_DIR%\dependencies_src_%ARCH%
77
SET DEPENDENCIES_BIN_DIR=%BUILD_DIR%\dependencies_%ARCH%
78
SET DEPS_ZIP=deps-%SDK%-%ARCH%.zip
79
SET DOWNLOADS_DIR=%BUILD_DIR%\downloads
0 commit comments