aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.py
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2012-07-27 12:24:40 -0700
committerEvan Martin <martine@danga.com>2012-07-27 12:24:40 -0700
commitf4b8c7510029f3f5898c2fb4a9c04fb2c6ecaeb2 (patch)
tree6bd3b2cbb4fbde7ce933960652d4e89e30539667 /bootstrap.py
parentbb6da9afc166e61ea60dacfc4da94b9181ff887b (diff)
downloadninja-f4b8c7510029f3f5898c2fb4a9c04fb2c6ecaeb2.tar.gz
rename subprocess.cc to reflex its posixness
Diffstat (limited to 'bootstrap.py')
-rwxr-xr-xbootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 33acc5d..ab03cf8 100755
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -61,7 +61,7 @@ for src in glob.glob('src/*.cc'):
continue
if sys.platform.startswith('win32'):
- if filename == 'subprocess.cc':
+ if src.endswith('-posix.cc'):
continue
else:
if src.endswith('-win32.cc'):