From bb324c25c65f09ad83e6869d867e252e59e1e7a8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 1 Feb 2012 19:57:48 +0000 Subject: Use COMMONPROGRAMFILES instead of PROGRAMFILES for LV2 directory. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3973 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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', -- cgit v1.2.1