mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 15:08:17 +01:00
Fix native builds on RPi with --dist-target=armhf
This commit is contained in:
parent
61310a9184
commit
8ff7e18d78
1 changed files with 1 additions and 0 deletions
|
|
@ -502,6 +502,7 @@ def build(bld):
|
|||
includes = [ '.' ],
|
||||
definfes = obj.defines,
|
||||
use = [ 'libpbd', 'libevoral'],
|
||||
uselib = [ 'GLIBMM', 'XML' ],
|
||||
target = 'arm_neon_functions')
|
||||
|
||||
obj.use += ['arm_neon_functions' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue