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

12 lines
262 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
&& pkg_config::Config::new()
.atleast_version("2.1.0")
.find("expat")