summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b38ba2..858f4a8 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
-Wmissing-declarations -Wnested-externs
# Debug builds compile with error warnings
# BeOS/Haiku standard library headers issue warnings
-#ifneq ($(TARGET),beos)
+#ifneq ($(BUILD),i586-pc-haiku)
# WARNFLAGS := $(WARNFLAGS) -Werror
#endif
CFLAGS := -I$(CURDIR)/include/libutf8proc/ \