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

Skip to content

Commit 58844f2

Browse files
committed
small fix
1 parent 492b1c1 commit 58844f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/helpers/setvars.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ 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_%ARCH
76+
SET DEPENDENCIES_SRC_DIR=%BUILD_DIR%\dependencies_src_%ARCH%
7777
SET DEPENDENCIES_BIN_DIR=%BUILD_DIR%\dependencies_%ARCH%
7878
SET DEPS_ZIP=deps-%SDK%-%ARCH%.zip
7979
SET DOWNLOADS_DIR=%BUILD_DIR%\downloads

0 commit comments

Comments
 (0)