diff --git a/cue.py b/cue.py index 1576f1f..c7732f3 100644 --- a/cue.py +++ b/cue.py @@ -911,7 +911,7 @@ def prepare(args): 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')