From 389259c229b30d38ec9de503dff965973b24ee26 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Thu, 1 Sep 2016 15:10:33 -0400 Subject: [PATCH] Stop "fixing" command line in CustomTargets. (#737) --- mesonbuild/backend/backends.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mesonbuild/backend/backends.py b/mesonbuild/backend/backends.py index e5dafc91f..82b387d79 100644 --- a/mesonbuild/backend/backends.py +++ b/mesonbuild/backend/backends.py @@ -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):