summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWelpyes <helloilikeoppai@protonmail.com>2025-09-25 12:34:01 +0800
committerWelpyes <helloilikeoppai@protonmail.com>2025-09-25 12:34:01 +0800
commitdc2058128e3f4420db2dd4067e11d30d999c7539 (patch)
tree17035af43b2edbe7e08653cd6e2d73a6a56f7770 /Makefile
parentc9bed3541401d78e5e0a3673a138f81ba66023fc (diff)
Added Termux build instructions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b80f809..b0e1e87 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ CPPFLAGS += $(shell $(PKG_CONFIG) --cflags x11 xinerama xcursor)
LDLIBS := $(shell $(PKG_CONFIG) --libs x11 xinerama xcursor)
endif
-# Termux detection for libandroid-wordexp
+# Termux detection for dependency
ifneq ($(shell if [ "$$PREFIX" = "/data/data/com.termux/files/usr" ]; then echo yes; fi),)
LDLIBS += -landroid-wordexp
endif