summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 5c9b950..95e8e71 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -36,6 +36,8 @@ conf_ldflags = -s ${EXTRA_LDFLAGS}
EOT
echo "Building ninja manually..."
+mkdir build
+./src/inline.sh kBrowsePy < src/browse.py > build/browse_py.h
srcs=$(ls src/*.cc | grep -v test)
g++ -Wno-deprecated ${EXTRA_CFLAGS} ${EXTRA_LDFLAGS} -o ninja.bootstrap $srcs