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

Skip to content

Commit 492b1c1

Browse files
committed
dep directory changes
1 parent 1255241 commit 492b1c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/helpers/setvars.cmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ IF "%PGURL%"=="" SET PGURL="https://ftp.postgresql.org/pub/source/v%PGVER%/postg
7373

7474
REM Set useful directories paths so they're used in scripts
7575
SET BUILD_DIR=c:\pg
76-
SET DEPENDENCIES_SRC_DIR=%BUILD_DIR%\dependencies_src
77-
SET DEPENDENCIES_BIN_DIR=%BUILD_DIR%\dependencies
76+
SET DEPENDENCIES_SRC_DIR=%BUILD_DIR%\dependencies_src_%ARCH
77+
SET DEPENDENCIES_BIN_DIR=%BUILD_DIR%\dependencies_%ARCH%
7878
SET DEPS_ZIP=deps-%SDK%-%ARCH%.zip
7979
SET DOWNLOADS_DIR=%BUILD_DIR%\downloads
8080
REM Magic to set root directory of those scripts (Where Readme.md lies)

0 commit comments

Comments
 (0)