mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
remove inadvertently committed wine-unstable linkdir
This commit is contained in:
parent
0adac4e251
commit
7f714ca036
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ def build(bld):
|
|||
]
|
||||
obj.target = 'ardour-' + bld.env['VERSION'] + '-vst.exe.so'
|
||||
obj.includes = [ '../libs/fst', '.' ]
|
||||
obj.linkflags = ['-mwindows', '-Wl,--export-dynamic', '-L/usr/lib/i386-linux-gnu/wine-unstable/']
|
||||
obj.linkflags = ['-mwindows', '-Wl,--export-dynamic']
|
||||
obj.defines = ['_POSIX_SOURCE', 'USE_WS_PREFIX']
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
|
||||
# end of the wine executable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue