mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
NetBSD ships with backtrace(3) in libexecinfo
This commit is contained in:
parent
9d3077bd03
commit
e426f0777a
1 changed files with 3 additions and 0 deletions
|
|
@ -145,6 +145,9 @@ def build(bld):
|
|||
obj.install_path = bld.env['LIBDIR']
|
||||
obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"' ]
|
||||
|
||||
if sys.platform.startswith('netbsd'):
|
||||
obj.linkflags = '-lexecinfo'
|
||||
|
||||
if bld.env['build_target'] == 'x86_64':
|
||||
obj.defines += [ 'USE_X86_64_ASM' ]
|
||||
if bld.env['build_target'] == 'mingw':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue