summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index bd628f6..9edb255 100644
--- a/wscript
+++ b/wscript
@@ -135,7 +135,7 @@ def configure(conf):
'/boot/common/add-ons/lv2'])
elif Options.platform == 'win32':
lv2_path = lilv_path_sep.join(['%APPDATA%\\\\LV2',
- '%PROGRAMFILES%\\\\LV2'])
+ '%COMMONPROGRAMFILES%\\\\LV2'])
else:
libdirname = os.path.basename(conf.env['LIBDIR'])
lv2_path = lilv_path_sep.join(['~/.lv2',