From e7dd6b7b78b29261afa18077f3e9703a747ffd3b Mon Sep 17 00:00:00 2001 From: Justin Kerk Date: Sun, 3 Nov 2013 02:49:21 +0000 Subject: [PATCH] Fix cross build makefile define to match the other makefiles [John Vilk] (nw) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 6093cf57226..6777573a173 100644 --- a/makefile +++ b/makefile @@ -66,7 +66,7 @@ ifeq ($(OS),Windows_NT) TARGETOS = win32 else -ifneq ($(CROSSBUILD),1) +ifneq ($(CROSS_BUILD),1) ifneq ($(OS2_SHELL),) TARGETOS = os2