fix(core): fix makefile configuration for newer versions of Rust
This commit is contained in:
parent
72d7c19e9f
commit
40a307c38d
|
@ -59,6 +59,9 @@ fn main() {
|
|||
args.push("--release");
|
||||
}
|
||||
|
||||
args.push("--manifest-path");
|
||||
args.push("espanso/Cargo.toml");
|
||||
|
||||
let mut features = Vec::new();
|
||||
if wayland {
|
||||
features.push("wayland");
|
||||
|
|
Loading…
Reference in New Issue
Block a user