summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-06-18 23:39:30 (GMT)
committerNico Weber <nicolasweber@gmx.de>2015-06-18 23:39:30 (GMT)
commitc6117169aa1e4d3fd419c34379bc7d2927e99a58 (patch)
treeb927c0e75665172ac7333c624ffef6d3189a4e7c /src
parent3b799f55857db6c7452ecc3788f8c959a23a3d86 (diff)
parent681f761da16521a2c71412d86294066a5e67a34d (diff)
downloadNinja-c6117169aa1e4d3fd419c34379bc7d2927e99a58.zip
Ninja-c6117169aa1e4d3fd419c34379bc7d2927e99a58.tar.gz
Ninja-c6117169aa1e4d3fd419c34379bc7d2927e99a58.tar.bz2
Merge pull request #971 from stinb/bootstrap-out-of-source
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 83bfe43..8673919 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) {