fix(core): fix makefile configuration for newer versions of Rust

This commit is contained in:
Federico Terzi 2021-07-14 20:49:59 +02:00
parent 72d7c19e9f
commit 40a307c38d

View File

@ -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");