From d980c8532918a1908b47d2a5571432520e425102 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 30 Mar 2025 13:58:58 +0200 Subject: refactor: port to Go --- fetch_and_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetch_and_build.sh') 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 -- cgit v1.2.3