Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonathan Wilkes
purr-data
Commits
9d9579e6
Commit
9d9579e6
authored
4 years ago
by
Albert Gräf
Browse files
Options
Downloads
Patches
Plain Diff
mingw32: Add missing libraries to make Gem work again.
parent
f1f16150
No related branches found
No related tags found
1 merge request
!514
mingw32: Add missing libraries to make Gem work again.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/win32_inno/Makefile
+5
-0
5 additions, 0 deletions
packages/win32_inno/Makefile
with
5 additions
and
0 deletions
packages/win32_inno/Makefile
+
5
−
0
View file @
9d9579e6
...
...
@@ -132,6 +132,11 @@ ifneq ($(LIGHT),yes)
install
-p
$(bin_src)/libpcre-1.dll
$(DESTDIR)$(bindir)/
install
-p
$(bin_src)/libgraphite2.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
# to be found on Windows
-install
-p
$(DESTDIR)/extra/Gem/gem_film*.dll
$(DESTDIR)$(bindir)/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment