wscript: drop additional configure statements already present in the top level wscript
Missed in 8bb91099c5
.
This commit is contained in:
parent
94875d13ae
commit
1c686f4d63
@ -17,8 +17,6 @@ EVORAL_LIB_VERSION = '0.0.0'
|
||||
APPNAME = 'evoral'
|
||||
|
||||
def options(opt):
|
||||
opt.load('compiler_c')
|
||||
opt.load('compiler_cxx')
|
||||
autowaf.set_options(opt)
|
||||
opt.add_option('--test', action='store_true', default=False, dest='build_tests',
|
||||
help="Build unit tests")
|
||||
|
@ -87,7 +87,6 @@ libpbd_sources = [
|
||||
]
|
||||
|
||||
def options(opt):
|
||||
opt.load('compiler_cxx')
|
||||
autowaf.set_options(opt)
|
||||
opt.add_option('--ppc', action='store_true', default=False, dest='ppc',
|
||||
help='Compile with -arch ppc (OS X ONLY)')
|
||||
|
Loading…
Reference in New Issue
Block a user