From 2169c5aae18cee4da42474131c00328f02d13a95 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Thu, 8 Dec 2016 17:12:09 -0500
Subject: [PATCH] use "lyonpotpourri" in Windows Makefile instead of "lyon"

---
 packages/win32_inno/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile
index 5330fe4f5..18aa4ebde 100755
--- a/packages/win32_inno/Makefile
+++ b/packages/win32_inno/Makefile
@@ -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)
 
-- 
GitLab