summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 22aa36a..bf2596c 100755
--- a/configure.py
+++ b/configure.py
@@ -379,7 +379,7 @@ if host != 'mingw':
options.with_python,
generator=True)
n.build('build.ninja', 'configure',
- implicit=['configure.py', 'misc/ninja_syntax.py'])
+ implicit=['configure.py', os.path.normpath('misc/ninja_syntax.py')])
n.newline()
n.comment('Build only the main binary by default.')