mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
more hot wine.
This commit is contained in:
parent
fa9c410b5c
commit
bdfddec6fc
3 changed files with 5 additions and 4 deletions
|
|
@ -66,6 +66,7 @@ def build(bld):
|
|||
obj.target = 'ardour-vst-scanner.exe.so'
|
||||
obj.uselib = ['GIOMM', 'DL']
|
||||
obj.use = [ 'libpbd' ]
|
||||
obj.cxxflags = [ '-fPIC' ]
|
||||
else:
|
||||
obj = bld (features = 'cxx c cxxprogram')
|
||||
obj.source = ( 'scanner.cc' )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue