oswilno/crates/web-assets/build.rs
2023-08-01 16:29:03 +02:00

11 lines
394 B
Rust

fn main() {
// use std::process::Stdio;
// let child = std::process::Command::new("./build.sh")
// .env("RUST_BACKTRACE", "1")
// .env("RUST_LOG", "debug")
// .stdout(Stdio::piped())
// .spawn()
// .expect("Failed to create child process for building JS");
// child.wait_with_output().expect("Failed to run child process for building JS");
}