summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e4ab0f9..d5d700b 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,10 @@ include build/makefiles/Makefile.tools
TESTRUNNER := $(PERL) build/testtools/testrunner.pl
+ifneq ($(HOST),riscos)
+ export UNICODE_DIR := $(CURDIR)/riscos/!Boot/Resources/!Unicode/
+endif
+
# Toolchain flags
WARNFLAGS := -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \