summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-02-22 03:23:36 +0100
committerRobin Gareus <robin@gareus.org>2014-02-22 03:23:36 +0100
commit7f714ca0366acccd1c9e6d3cc67c5573e4ea1d43 (patch)
tree27da36395953fbe708dd6c92e4d421e0173c2b34
parent0adac4e25192a9b760a7b30d3506d8351f6042d5 (diff)
remove inadvertently committed wine-unstable linkdir
-rw-r--r--gtk2_ardour/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript
index aef7270a2b..621a763ea5 100644
--- a/gtk2_ardour/wscript
+++ b/gtk2_ardour/wscript
@@ -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