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

Merge branch 'aggraef/purr-data-mingw32-gem-fix'

parents f1f16150 e59482df
No related branches found
No related tags found
No related merge requests found
Subproject commit 8eaaaa3c39af8968248fab5659d4a4d2da4f1ed7 Subproject commit b767c65b6607a1b2b80798a5ff4fb3e3c1d752a5
...@@ -132,6 +132,11 @@ ifneq ($(LIGHT),yes) ...@@ -132,6 +132,11 @@ ifneq ($(LIGHT),yes)
install -p $(bin_src)/libpcre-1.dll $(DESTDIR)$(bindir)/ install -p $(bin_src)/libpcre-1.dll $(DESTDIR)$(bindir)/
install -p $(bin_src)/libgraphite2.dll $(DESTDIR)$(bindir)/ install -p $(bin_src)/libgraphite2.dll $(DESTDIR)$(bindir)/
install -p $(bin_src)/libjpeg-8.dll $(DESTDIR)$(bindir)/ install -p $(bin_src)/libjpeg-8.dll $(DESTDIR)$(bindir)/
# New: lossless compression algorithm. Gem.dll won't load without it.
# Cf.: https://github.com/bagder/libbrotli. Looks like this recently
# got added to MSYS2. Apparently Gem needs only the decoder , but we
# include the entire shebang just in case.
install -p $(bin_src)/libbrotli*.dll $(DESTDIR)$(bindir)/
# Apparently these Gem dependencies must be in the bindir # Apparently these Gem dependencies must be in the bindir
# to be found on Windows # to be found on Windows
-install -p $(DESTDIR)/extra/Gem/gem_film*.dll $(DESTDIR)$(bindir)/ -install -p $(DESTDIR)/extra/Gem/gem_film*.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