flatpak: set RUSTFLAGS to none to workaround a cargo bug

This commit is contained in:
Jordan Petridis 2020-02-01 16:00:48 +02:00
parent ac4cd50929
commit a1b4cece7d

View File

@ -27,6 +27,7 @@
"env" : {
"RUSTFLAGS" : "--error-format=short --remap-path-prefix =../",
"CARGO_HOME" : "/run/build/Podcasts/cargo",
"RUSTFLAGS" : "",
"RUST_BACKTRACE" : "1"
}
},