13
0

install path for clearlooks engine is wrong (only affects source builds, bundles are unaffected

git-svn-id: svn://localhost/ardour2/branches/3.0@14210 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-03-10 21:00:45 +00:00
parent 903c29d07d
commit 742e3647bf

View File

@ -35,7 +35,7 @@ def build(bld):
obj.target = 'clearlooks'
obj.uselib = 'GTK'
obj.includes = '.'
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3', 'engines')
if sys.platform == 'darwin':
# Bit of a hack: make a symlink to the .dylib that meets GTK's criteria for finding it (namely that the library must be a *.so