diff --git a/build.rs b/build.rs index 9b1a953..1f8aabe 100644 --- a/build.rs +++ b/build.rs @@ -3,7 +3,7 @@ use std::fs::{self, read_dir, create_dir_all}; use std::path::Path; fn compile_blueprint(path: T) -> Result { - // python3 blueprint-compiler/blueprint-compiler.py compile ui/main.blp + // python blueprint-compiler/blueprint-compiler.py compile ui/main.blp let output = Command::new("python3") .arg("blueprint-compiler/blueprint-compiler.py") .arg("compile")