Fix SymCC build (#952)
This commit is contained in:
parent
ccf6cc708a
commit
e56d5318e4
@ -220,6 +220,9 @@ fn build_and_link_symcc_runtime(symcc_src_path: &Path, rename_header_path: &Path
|
|||||||
build_dep_check(&["cmake"]);
|
build_dep_check(&["cmake"]);
|
||||||
let cpp_lib = cmake::Config::new(symcc_src_path.join("runtime"))
|
let cpp_lib = cmake::Config::new(symcc_src_path.join("runtime"))
|
||||||
.define("RUST_BACKEND", "ON")
|
.define("RUST_BACKEND", "ON")
|
||||||
|
// 2022: Deprecations break -Werror for our symcc build...
|
||||||
|
// We want to build it anyway!
|
||||||
|
.cxxflag("-Wno-error=deprecated-declarations")
|
||||||
.cxxflag(format!(
|
.cxxflag(format!(
|
||||||
"-include \"{}\"",
|
"-include \"{}\"",
|
||||||
rename_header_path.to_str().unwrap()
|
rename_header_path.to_str().unwrap()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user