mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-11 13:09:18 +00:00
b04e84f352
Co-authored-by: <45286352+licy183@users.noreply.github.com>
12 lines
346 B
Diff
12 lines
346 B
Diff
--- a/build.rs
|
|
+++ b/build.rs
|
|
@@ -10,7 +10,7 @@ use std::process::Command;
|
|
fn main() {
|
|
let target = env::var("TARGET").unwrap();
|
|
|
|
- if !target.contains("android") {
|
|
+ if true {
|
|
// If the system version of fontconfig is at least 2.11.1, use it.
|
|
#[allow(clippy::single_match)]
|
|
match pkg_config::Config::new()
|