diff --git a/build.rs b/build.rs index 0adcf8e..6102d31 100644 --- a/build.rs +++ b/build.rs @@ -4,7 +4,7 @@ use std::path::Path; fn compile_blueprint(path: T) -> Result { // python blueprint-compiler/blueprint-compiler.py compile ui/main.blp - let output = Command::new("python") + let output = Command::new("python3") .arg("blueprint-compiler/blueprint-compiler.py") .arg("compile") .arg(path.to_string())