aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 09aa86d..dac835a 100644
--- a/makefile
+++ b/makefile
@@ -80,7 +80,7 @@ endif
80ifeq ($(IS_TERMUX),true) 80ifeq ($(IS_TERMUX),true)
81 ifeq ($(NO_WATCHER),) 81 ifeq ($(NO_WATCHER),)
82 NO_WATCHER := true 82 NO_WATCHER := true
83 $(info Detected Android Termux environment, automatically setting NO_WATCHER=true) 83 $(info Detected Android Termux environment, automatically setting NO_WATCHER=true)
84 endif 84 endif
85endif 85endif
86 86