mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 07:26:32 +01:00
fix compile/test flags for OS X
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2560 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c837a3eb4e
commit
c2269f421b
1 changed files with 2 additions and 0 deletions
|
|
@ -716,7 +716,9 @@ def prep_libcheck(topenv, libinfo):
|
|||
# All libraries needed should be built against this location
|
||||
if topenv['GTKOSX']:
|
||||
libinfo.Append(CPPPATH="/opt/gtk/include", LIBPATH="/opt/gtk/lib")
|
||||
libinfo.Append(CXXFLAGS="-I/opt/gtk/include", LINKFLAGS="-L/opt/gtk/lib")
|
||||
libinfo.Append(CPPPATH="/opt/local/include", LIBPATH="/opt/local/lib")
|
||||
libinfo.Append(CXXFLAGS="-I/opt/local/include", LINKFLAGS="-L/opt/local/lib")
|
||||
|
||||
prep_libcheck(env, env)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue