summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lilv_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lilv_config.h b/src/lilv_config.h
index 08a2080..2a166c8 100644
--- a/src/lilv_config.h
+++ b/src/lilv_config.h
@@ -121,7 +121,7 @@
# ifdef _WIN32
# define LILV_DEFAULT_LV2_PATH "%APPDATA%\\LV2;%COMMONPROGRAMFILES%\\LV2"
# else
-# define LILV_DEFAULT_LV2_PATH "~/.lv2:/usr/lib/lv2:/usr/local/lib/lv2"
+# define LILV_DEFAULT_LV2_PATH "~/.lv2:/usr/local/lib/lv2:/usr/lib/lv2"
# endif
#endif