mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
wscript: drop additional configure statements already present in the top level wscript
Missed in 8bb91099c5.
This commit is contained in:
parent
94875d13ae
commit
1c686f4d63
2 changed files with 0 additions and 3 deletions
|
|
@ -17,8 +17,6 @@ EVORAL_LIB_VERSION = '0.0.0'
|
||||||
APPNAME = 'evoral'
|
APPNAME = 'evoral'
|
||||||
|
|
||||||
def options(opt):
|
def options(opt):
|
||||||
opt.load('compiler_c')
|
|
||||||
opt.load('compiler_cxx')
|
|
||||||
autowaf.set_options(opt)
|
autowaf.set_options(opt)
|
||||||
opt.add_option('--test', action='store_true', default=False, dest='build_tests',
|
opt.add_option('--test', action='store_true', default=False, dest='build_tests',
|
||||||
help="Build unit tests")
|
help="Build unit tests")
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,6 @@ libpbd_sources = [
|
||||||
]
|
]
|
||||||
|
|
||||||
def options(opt):
|
def options(opt):
|
||||||
opt.load('compiler_cxx')
|
|
||||||
autowaf.set_options(opt)
|
autowaf.set_options(opt)
|
||||||
opt.add_option('--ppc', action='store_true', default=False, dest='ppc',
|
opt.add_option('--ppc', action='store_true', default=False, dest='ppc',
|
||||||
help='Compile with -arch ppc (OS X ONLY)')
|
help='Compile with -arch ppc (OS X ONLY)')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue