1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 03:46:39 +00:00
termux-packages/disabled-packages/mdbook-latex/servo-freetype-sys-build.rs.diff
Tee KOBAYASHI fc215c5cee mdbook-latex: Disabled
Won't build.
2022-11-29 16:09:25 +00:00

13 lines
315 B
Diff

--- a/build.rs
+++ b/build.rs
@@ -10,8 +10,7 @@
fn main() {
let target = env::var("TARGET").unwrap();
- if !target.contains("eabi") &&
- !target.contains("android") &&
+ if true &&
pkg_config::Config::new().atleast_version("18.5.12").find("freetype2").is_ok() {
return
}