Skip to content

Commit b3091e6

Browse files
committed
cue: fix EXTRA settings for build action
1 parent 1a996e5 commit b3091e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ def prepare(args):
911911
def build(args):
912912
setup_for_build(args)
913913
fold_start('build.module', 'Build the main module')
914-
call_make(args.makeargs)
914+
call_make(args.makeargs, use_extra=True)
915915
fold_end('build.module', 'Build the main module')
916916

917917

0 commit comments

Comments
 (0)