From eea06f7383a575d2e7e51ad6681539701e18bc2a Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Wed, 29 Jul 2020 17:10:06 -0400
Subject: [PATCH] fix regression that snuck in through a feature-branch

---
 pd/src/s_inter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/src/s_inter.c b/pd/src/s_inter.c
index e05e112d8..c9add24e4 100644
--- a/pd/src/s_inter.c
+++ b/pd/src/s_inter.c
@@ -21,7 +21,7 @@ that didn't really belong anywhere. */
  * extract the nw binary to purr-data/pd/nw/nw
  */
 
-#define GUIDIR "/home/user/purr-data/pd/nw"
+#define GUIDIR "" /* "/home/user/purr-data/pd/nw" */
 
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
-- 
GitLab