mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
[Summary] Made Tracks buildable on MAC OS X 10.9 Maverricks.
[Details] Important: On Mavericks Tracks could be successfully built with static library linkage so far. Use --internal-static-libs flag configuring the build. [Reviewed by] Partially reviewed by Paul Davis. Some Improvements may be promoted in future.
This commit is contained in:
parent
baa41a5907
commit
8c69a972b2
6 changed files with 18 additions and 7 deletions
|
|
@ -87,7 +87,7 @@ def build(bld):
|
|||
obj.target = 'canvas'
|
||||
obj.vnum = CANVAS_LIB_VERSION
|
||||
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
|
||||
obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"' ]
|
||||
obj.defines = [ 'PACKAGE="' + I18N_PACKAGE + '"' ]
|
||||
|
||||
if bld.env['BUILD_TESTS'] and bld.env['HAVE_CPPUNIT']:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue