From 1467acc1bba1992f92284145400669352938c6d1 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 24 Aug 2013 00:32:18 +0300 Subject: Minor thing. --- environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'environment.py') diff --git a/environment.py b/environment.py index 0feafaa..0fb2173 100644 --- a/environment.py +++ b/environment.py @@ -182,7 +182,7 @@ class CCompiler(): if p.returncode != 0: return RunResult(False) if self.is_cross: - cmdlist = self.exe_wrapper + exename + cmdlist = self.exe_wrapper + [exename] else: cmdlist = exename pe = subprocess.Popen(cmdlist, stdout=subprocess.PIPE, stderr=subprocess.PIPE) -- cgit v1.1