mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
convert codebase to use Temporal for various time types
This commit is contained in:
parent
9283bee867
commit
7db12f6b12
114 changed files with 567 additions and 598 deletions
|
|
@ -80,6 +80,7 @@ def build(bld):
|
|||
libsmf.name = 'libsmf'
|
||||
libsmf.target = 'smf'
|
||||
libsmf.uselib = 'GLIB'
|
||||
libsmf.use = [ 'libtemporal' ]
|
||||
libsmf.install_path = None
|
||||
if bld.env['build_target'] != 'mingw':
|
||||
libsmf.cxxflags = [ '-fPIC' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue