[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:
GZharun 2014-07-15 15:14:08 +03:00
parent baa41a5907
commit 8c69a972b2
6 changed files with 18 additions and 7 deletions

View file

@ -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']: