0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-11 13:09:18 +00:00
termux-packages/x11-packages/alacritty/servo-fontconfig-sys.diff
TomIO b04e84f352
addpkg(x11/alacritty): 0.13.2 (#20269)
Co-authored-by: <45286352+licy183@users.noreply.github.com>
2024-05-21 13:00:06 +02:00

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()