Skip to content

Commit

Permalink
cue: fix EXTRA settings for build action
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Jun 23, 2020
1 parent 1a996e5 commit b3091e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cue.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')


Expand Down

0 comments on commit b3091e6

Please sign in to comment.