summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.norcroft
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/Makefile.norcroft')
-rw-r--r--makefiles/Makefile.norcroft2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/Makefile.norcroft b/makefiles/Makefile.norcroft
index 5acb7c4..0ed798e 100644
--- a/makefiles/Makefile.norcroft
+++ b/makefiles/Makefile.norcroft
@@ -38,7 +38,7 @@ endif
# RISC OS module extensions
ifeq ($(COMPONENT_TYPE),riscos-module)
- ifneq ($(BUILD),arm-unknown-riscos)
+ ifneq ($(HOST),arm-unknown-riscos)
$(error Attempting to build a RISC OS module for a non-RISC OS target)
endif