From dc9759b530496a06ef5039ec232a2ebea9744e90 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Tue, 17 Jul 2012 16:32:44 -0700 Subject: windows: get correct path for ninja_syntax Patch from Scott Graham . --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.') -- cgit v0.12