summaryrefslogtreecommitdiff
path: root/fetch_and_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fetch_and_build.sh')
-rwxr-xr-xfetch_and_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch_and_build.sh b/fetch_and_build.sh
index 760b03d..ba1c91c 100755
--- a/fetch_and_build.sh
+++ b/fetch_and_build.sh
@@ -2,4 +2,4 @@
(cd rust; git checkout master; git pull --ff-only)
./find.sh | grep -oP '(?<=feature = ")([^"]+)' > lib_feats.txt
rm -r build/
-./build.py
+go run build.go