mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
Issue 1537 - batched_cc /Fo option requires a trailing path separator
This commit is contained in:
parent
c4e25382cd
commit
b9e3d25918
@ -126,7 +126,7 @@ def hook(cls_type):
|
||||
|
||||
def fix_path(tsk):
|
||||
if self.env.CC_NAME == 'msvc':
|
||||
tsk.env.append_unique('CXX_TGT_F_BATCHED', '/Fo%s' % outdir.abspath())
|
||||
tsk.env.append_unique('CXX_TGT_F_BATCHED', '/Fo%s\\' % outdir.abspath())
|
||||
|
||||
if not node.parent in self.masters:
|
||||
m = self.masters[node.parent] = self.master = self.create_task('batch')
|
||||
|
Loading…
Reference in New Issue
Block a user