summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2021-08-07 01:11:51 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2021-08-07 01:11:51 +0100
commitd8a8a3cc929986ed793b24f7cac1727f1f356bc9 (patch)
treefac758e40b9c46c7219bf1848811b4878c50bb06 /Makefile
parent7b1430ad00add849dcbaa97472b5f71a9b9d5699 (diff)
downloadlibrufl-d8a8a3cc929986ed793b24f7cac1727f1f356bc9.tar.gz
librufl-d8a8a3cc929986ed793b24f7cac1727f1f356bc9.tar.bz2
Need OSLib when building tests for RISC OS
More fallout from the ancient BUILD/HOST confusion
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e44ea3..562cc5c 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ endif
# OSLib
ifneq ($(findstring clean,$(MAKECMDGOALS)),clean)
- ifeq ($(BUILD),arm-unknown-riscos)
+ ifeq ($(HOST),arm-unknown-riscos)
CFLAGS := $(CFLAGS) -I$(PREFIX)/include
LDFLAGS := $(LDFLAGS) -lOSLib32
endif