Skip to content
Snippets Groups Projects
Commit 9ec08d0b authored by Albert Gräf's avatar Albert Gräf
Browse files

Add missing dlls for fluid~ on Windows. Fixes #540.

parent 2c4c3e84
No related branches found
No related tags found
No related merge requests found
......@@ -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)/
......
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