cue: fix EXTRA settings for build action

This commit is contained in:
Ralph Lange
2020-06-23 17:35:13 +02:00
parent 1a996e5407
commit b3091e6d6f

2
cue.py
View File

@@ -911,7 +911,7 @@ USR_CXXFLAGS += {0}'''.format(os.environ['USR_CXXFLAGS'])
def build(args):
setup_for_build(args)
fold_start('build.module', 'Build the main module')
call_make(args.makeargs)
call_make(args.makeargs, use_extra=True)
fold_end('build.module', 'Build the main module')