mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
fix 64bit compile with old gcc
This commit is contained in:
parent
2bc3ec6ab3
commit
1e357b5109
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ def build(bld):
|
|||
]
|
||||
obj.use = 'libardour libpbd ardouralsautil'
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'backends')
|
||||
obj.cxxflags = [ '-fPIC' ]
|
||||
obj.cflags = [ '-fPIC' ]
|
||||
|
||||
if (bld.env['build_target'] == 'mingw'):
|
||||
obj.uselib = [ 'PORTAUDIO' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue