mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fix typo for OS X build
git-svn-id: svn://localhost/ardour2/branches/3.0@11560 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2c7c706778
commit
2a24e01aa8
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -490,7 +490,7 @@ def configure(conf):
|
|||
# off processor type. Need to add in a check
|
||||
# for that.
|
||||
#
|
||||
conf.env.append_value('CXXFLAGS_OSX', '-F/System/LibraryFrameworks')
|
||||
conf.env.append_value('CXXFLAGS_OSX', '-F/System/Library/Frameworks')
|
||||
conf.env.append_value('CXXFLAGS_OSX', '-F/Library/Frameworks')
|
||||
|
||||
conf.env.append_value('LINKFLAGS_OSX', ['-framework', 'AppKit'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue