mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
minor fixes from OS X land
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3096 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3168a35852
commit
280ade047c
6 changed files with 15 additions and 6 deletions
|
|
@ -31,6 +31,9 @@ gtkmm2ext.Append(CXXFLAGS="-DLIBSIGC_DISABLE_DEPRECATED")
|
|||
gtkmm2ext.Append(PACKAGE=domain)
|
||||
gtkmm2ext.Append(POTFILE=domain + '.pot')
|
||||
|
||||
if gtkmm2ext['IS_OSX']:
|
||||
gtkmm2ext.Append (LINKFLAGS="-Xlinker -headerpad -Xlinker 2048")
|
||||
|
||||
extra_sources = []
|
||||
|
||||
gtkmm2ext_files = Split("""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue