13
0

wscript: drop additional configure statements already present in the top level wscript

Missed in 8bb91099c5.
This commit is contained in:
Mads Kiilerich 2022-01-25 12:31:29 +01:00 committed by Paul Davis
parent 94875d13ae
commit 1c686f4d63
2 changed files with 0 additions and 3 deletions

View File

@ -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")

View File

@ -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)')