We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899b183 commit 6ec067dCopy full SHA for 6ec067d
1 file changed
cue.py
@@ -452,9 +452,7 @@ def call_make(args=None, **kws):
452
makeargs = []
453
else:
454
makeargs = ['-j{0}'.format(parallel)]
455
- if not is_make3 and ci['os'] != 'windows':
456
- # not available until make 3
457
- # buggy on windows https://github.com/epics-base/ci-scripts/issues/84
+ if not is_make3:
458
makeargs += ['-Otarget']
459
if silent:
460
makeargs += ['-s']
0 commit comments