mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
libtemporal: needs "OSX" pseudo-lib to pick up required macOS flags
This commit is contained in:
parent
5895909188
commit
3256350ef8
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ def build(bld):
|
|||
obj.vnum = TEMPORAL_LIB_VERSION
|
||||
obj.install_path = bld.env['LIBDIR']
|
||||
obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"' ]
|
||||
obj.uselib = [ 'GLIBMM', 'XML' ]
|
||||
obj.uselib = [ 'GLIBMM', 'XML', 'OSX' ]
|
||||
obj.use = [ 'libpbd' ]
|
||||
|
||||
def shutdown():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue