We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a996e5 commit b3091e6Copy full SHA for b3091e6
cue.py
@@ -911,7 +911,7 @@ def prepare(args):
911
def build(args):
912
setup_for_build(args)
913
fold_start('build.module', 'Build the main module')
914
- call_make(args.makeargs)
+ call_make(args.makeargs, use_extra=True)
915
fold_end('build.module', 'Build the main module')
916
917
0 commit comments