summaryrefslogtreecommitdiffstats
path: root/polyp/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/main.c')
-rw-r--r--polyp/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/polyp/main.c b/polyp/main.c
index 526bf744..e41a106f 100644
--- a/polyp/main.c
+++ b/polyp/main.c
@@ -145,8 +145,8 @@ int main(int argc, char *argv[]) {
r = lt_dlinit();
assert(r == 0);
-#ifdef DLSEARCHDIR
- lt_dladdsearchdir(DLSEARCHDIR);
+#ifdef PA_DLSEARCHDIR
+ lt_dladdsearchdir(PA_DLSEARCHDIR);
#endif
mainloop = pa_mainloop_new();