Stop "fixing" command line in CustomTargets. (#737)
This commit is contained in:
parent
fa59fa55e2
commit
389259c229
|
@ -584,7 +584,6 @@ class Backend():
|
|||
os.path.join(lead_dir,
|
||||
outdir))
|
||||
cmd.append(i)
|
||||
cmd = [i.replace('\\', '/') for i in cmd]
|
||||
return (srcs, ofilenames, cmd)
|
||||
|
||||
def run_postconf_scripts(self):
|
||||
|
|
Loading…
Reference in New Issue