Fix Windows build

This commit is contained in:
Luke Street 2025-08-15 16:31:33 -06:00
parent c4b4244b59
commit 4302821615

View File

@ -71,7 +71,7 @@ pub fn run_make(config: &BuildConfig, arg: &Utf8UnixPath) -> BuildStatus {
command command
.arg("--cd") .arg("--cd")
.arg(cwd.as_ref()) .arg::<&str>(cwd.as_ref())
.arg("-d") .arg("-d")
.arg(distro) .arg(distro)
.arg("--") .arg("--")