From ebbc8b3b6a6d77f705698aff36455c61ee07bb66 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 3 Jan 2007 20:00:57 +0000 Subject: do proper install on x86_64 system, remove stupid debuggig code from panner, handle port registration error with its own error message git-svn-id: svn://localhost/ardour2/trunk@1264 d708f5d6-7413-0410-9779-e7cbd77b26cf --- vst/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vst') diff --git a/vst/SConscript b/vst/SConscript index 2a4d492f8a..eb4dd6683b 100644 --- a/vst/SConscript +++ b/vst/SConscript @@ -74,7 +74,7 @@ if ardour_vst['VST']: # the wine script - into the bin dir env.Alias('install', env.Install(os.path.join(install_prefix, 'bin'), wine_executable)) # the win32 executable - into the lib dir since the wine script will look for it there - env.Alias('install', env.Install(os.path.join(install_prefix, 'lib/ardour2'), 'ardour_vst.exe.so')) + env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour2'), 'ardour_vst.exe.so')) env.Alias ('tarball', env.Distribute (env['DISTTREE'], [ 'SConscript', -- cgit v1.2.3