summaryrefslogtreecommitdiffstats
path: root/src/lilv_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lilv_config.h')
-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 8f959fb..2a8ff51 100644
--- a/src/lilv_config.h
+++ b/src/lilv_config.h
@@ -119,7 +119,7 @@
// Default value for LV2_PATH environment variable
#ifndef LILV_DEFAULT_LV2_PATH
# ifdef _WIN32
-# define LILV_DEFAULT_LV2_PATH "%APPDATA%/LV2;%COMMONPROGRAMFILES%/LV2"
+# define LILV_DEFAULT_LV2_PATH "%APPDATA%\\LV2;%COMMONPROGRAMFILES%\\LV2"
# else
# define LILV_DEFAULT_LV2_PATH "~/.lv2:/usr/lib/lv2:/usr/local/lib/lv2"
# endif