Skip to content

Commit 04136a6

Browse files
author
Dmitry Vasilyev
committed
fix 'ovveride just created' in wxwidgets libs
1 parent 21d9529 commit 04136a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql_build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ MKDIR "c:\pg\distr_%ARCH%_%PGVER%\pgadmin" "c:\pg\distr_%ARCH%_%PGVER%\pgadmin\b
257257
cp -va pgadmin/Release*/*.exe "c:\pg\distr_%ARCH%_%PGVER%\pgadmin\bin" || GOTO :ERROR
258258
cp -va i18n "c:\pg\distr_%ARCH%_%PGVER%\pgadmin\bin" || GOTO :ERROR
259259
cp -va c:/pg/distr_%ARCH%_%PGVER%/postgresql/bin/*.dll "c:\pg\distr_%ARCH%_%PGVER%\pgadmin\bin" || GOTO :ERROR
260-
cp -va c:/pg/wxwidgets/lib/vc_*dll/*.dll "c:\pg\distr_%ARCH%_%PGVER%\pgadmin\bin" || GOTO :ERROR
260+
cp -va c:/pg/wxwidgets/lib/vc_dll/*.dll "c:\pg\distr_%ARCH%_%PGVER%\pgadmin\bin" || GOTO :ERROR
261261

262262

263263
GOTO :DONE

0 commit comments

Comments
 (0)