1
0
mirror of https://gitlab.com/veilid/veilid.git synced 2025-04-21 08:06:41 -04:00

fix build

This commit is contained in:
John Smith 2022-01-29 23:52:07 -05:00
parent 24beafb888
commit d3bdd4adc2

@ -114,6 +114,7 @@ fn main() {
OsStr::new("run"),
OsStr::new("build_runner"),
OsStr::new("build"),
OsStr::new("--delete-conflicting-outputs"),
]);
}
}