mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Fix build
This commit is contained in:
parent
132199cd54
commit
5de3e8327a
@ -1150,11 +1150,11 @@ fn package_toml(
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
fn package_version(recipe: &Recipe) -> Option<String> {
|
||||
fn package_version(recipe: &Recipe) -> String {
|
||||
if recipe.build.kind == BuildKind::None {
|
||||
None
|
||||
""
|
||||
} else {
|
||||
Some("TODO".into())
|
||||
"TODO"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user