Skip to content

Commit

Permalink
Makefile.am: tell scripts/Windows/dllldd.sh to check under DESTDIR [n…
Browse files Browse the repository at this point in the history
  • Loading branch information
jimklimov committed Aug 18, 2022
1 parent 2be5ae7 commit bfee734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,9 @@ install-win-bundle-thirdparty:
fi ; \
fi ; \
if test -n "$$ARCH" ; then export ARCH ; fi ; \
DESTDIR='$(DESTDIR)' ; export DESTDIR ; \
( cd '$(DESTDIR)' || exit ; \
'$(abs_top_srcdir)/scripts/Windows/dllldd.sh' dllldddir . \
DESTDIR="" '$(abs_top_srcdir)/scripts/Windows/dllldd.sh' dllldddir . \
| while read D ; do \
echo " DLL->bin $$D" 2>&1 ; \
cp -pf "$$D" './$(bindir)/' ; \
Expand Down

0 comments on commit bfee734

Please sign in to comment.