Skip to content
Snippets Groups Projects
Commit 89cd225f authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

fix #122: add Gem dependencies for Windows package

parent 69a07550
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,8 @@ lib_install:
install -p $(bin_src)/libiconv-2.dll $(DESTDIR)$(bindir)/
install -p $(bin_src)/libpng16-16.dll $(DESTDIR)$(bindir)/
install -p $(bin_src)/zlib1.dll $(DESTDIR)$(bindir)/
install -p $(bin_src)/libpcre-1.dll $(DESTDIR)$(bindir)/
install -p $(bin_src)/libgraphite2.dll $(DESTDIR)$(bindir)/
# these stay with pd.exe
# if these are installed, include them in the build root
-install -p $(system32)/msvcp71.dll $(DESTDIR)$(bindir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment