Add TODO for build parallelism

ida_star
Wilfred Hughes 2021-09-11 22:22:28 +07:00
parent 98564e9ba8
commit 7af9125bb1
1 changed files with 1 additions and 0 deletions

@ -35,6 +35,7 @@ fn main() {
// Only rerun if files in the vendor/ directory change.
println!("cargo:rerun-if-changed=vendor");
// TODO: build these in parallel.
build("tree-sitter-clojure", "vendor/tree-sitter-clojure-src", &[]);
build(
"tree-sitter-css",