aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.py
diff options
context:
space:
mode:
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'):