Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
9ec08d0b
Commit
9ec08d0b
authored
Jul 26, 2019
by
Albert Gräf
Browse files
Add missing dlls for fluid~ on Windows. Fixes
#540
.
parent
2c4c3e84
Changes
1
Show whitespace changes
Inline
Side-by-side
packages/win32_inno/Makefile
View file @
9ec08d0b
...
...
@@ -109,6 +109,9 @@ ifneq ($(LIGHT),yes)
install
-p
$(bin_src)/libtre-5.dll
$(DESTDIR)$(bindir)/
# For fluid~
install
-p
$(bin_src)/libfluidsynth-2.dll
$(DESTDIR)$(bindir)/
install
-p
$(bin_src)/libgmodule-2.0-0.dll
$(DESTDIR)$(bindir)/
install
-p
$(bin_src)/libreadline8.dll
$(DESTDIR)$(bindir)/
install
-p
$(bin_src)/libtermcap-0.dll
$(DESTDIR)$(bindir)/
# For other external libs
install
-p
$(bin_src)/lua53.dll
$(DESTDIR)$(bindir)/
#install -p $(bin_src)/pthreadGC2.dll $(DESTDIR)$(bindir)/
...
...
Albert Gräf
@aggraef
mentioned in merge request
!303 (closed)
·
Aug 01, 2019
mentioned in merge request
!303 (closed)
mentioned in merge request !303
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment