Skip to content

Commit d4f4216

Browse files
committed
#6502: Adjust post build event after libxml2 removal
1 parent b1be82d commit d4f4216

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/msvc/post_build_event_x64.cmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,5 @@ copy ..\..\windeps\ftgl\bin\ftgl%DEBUG_SUFFIX%-%2.dll ..\..\install /Y
3333
@echo Copying sigc++ library (64 bit)
3434
copy "..\..\windeps\libsigc++\bin\libsigc++%DEBUG_SUFFIX%-%2.dll" ..\..\install /Y
3535

36-
@echo Copying libxml2 library (64 bit)
37-
copy ..\..\windeps\libxml2\bin\libxml2%DEBUG_SUFFIX%-%2.dll ..\..\install /Y
38-
3936
@echo Copying libgit2 library (64-bit)
4037
copy ..\..\windeps\libgit2\bin\libgit2%DEBUG_SUFFIX%.dll ..\..\install /Y

0 commit comments

Comments
 (0)