1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 22:47:04 +00:00
termux-packages/disabled-packages/mdbook-latex/servo-fontconfig-sys-build.rs.diff
Tee KOBAYASHI fc215c5cee mdbook-latex: Disabled
Won't build.
2022-11-29 16:09:25 +00:00

12 lines
448 B
Diff

--- a/build.rs
+++ b/build.rs
@@ -9,7 +9,7 @@
fn main() {
let target = env::var("TARGET").unwrap();
- if !target.contains("android") {
+ if true {
// If the system version of fontconfig isgat least 2.11.1, use it.
if let Ok(lib) = pkg_config::Config::new().atleast_version("2.11.1").find("fontconfig") {
println!("cargo:incdir={}", lib.include_paths[0].clone().into_os_string().into_string().unwrap());