From 1ed0510ce324535f355a069730cf4842097fc9c1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 19 Dec 2014 14:53:40 +0000 Subject: Fix HOST/BUILD switchround for updated buildsystem --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a33737f..6c827b6 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ $(eval $(call pkg_config_package_available,NSFB_WLD_AVAILABLE,wayland-client)) # surfaces not detectable via pkg-config NSFB_ABLE_AVAILABLE := no -ifeq ($(findstring linux,$(BUILD)),linux) +ifeq ($(findstring linux,$(HOST)),linux) NSFB_LINUX_AVAILABLE := yes else NSFB_LINUX_AVAILABLE := no -- cgit v1.2.3