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

use "lyonpotpourri" in Windows Makefile instead of "lyon"

parent db9d41e5
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ lib_install:
# lyonpotpourri compiles its own shared lib. On Windows it needs to be
# in the path of the pd executable in order to get loaded. (There's probably
# also a way to add the external lib's path but I don't know how to do that.)
install -p $(DESTDIR)/extra/lyon/liblyonpotpourri.dll $(DESTDIR)$(bindir)
install -p $(DESTDIR)/extra/lyonpotpourri/liblyonpotpourri.dll $(DESTDIR)$(bindir)
# fftease also uses a shared lib...
install -p $(DESTDIR)/extra/fftease/libfftease.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