summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-06-22 20:44:24 (GMT)
committerNico Weber <nicolasweber@gmx.de>2015-06-22 20:44:24 (GMT)
commita05d4644d13624e716093fc4bd88a21e6d20223c (patch)
tree0cbb8ab40334ba4a26160b350bf86e04b20f9f1d /src
parent2458dc647675215571de173e190671203178743a (diff)
parent4256ff44d9ec0db9e68e9b56d91f681869417388 (diff)
downloadNinja-a05d4644d13624e716093fc4bd88a21e6d20223c.zip
Ninja-a05d4644d13624e716093fc4bd88a21e6d20223c.tar.gz
Ninja-a05d4644d13624e716093fc4bd88a21e6d20223c.tar.bz2
Merge pull request #978 from martine/revert-971-bootstrap-out-of-source
Revert "Bootstrap out of source"
Diffstat (limited to 'src')
-rw-r--r--src/browse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/browse.cc b/src/browse.cc
index 8673919..83bfe43 100644
--- a/src/browse.cc
+++ b/src/browse.cc
@@ -18,7 +18,7 @@
#include <stdlib.h>
#include <unistd.h>
-#include "build/browse_py.h"
+#include "../build/browse_py.h"
void RunBrowsePython(State* state, const char* ninja_command,
const char* initial_target) {