summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Justin Kerk <dopefishjustin@gmail.com>2013-11-03 02:49:21 +0000
committer Justin Kerk <dopefishjustin@gmail.com>2013-11-03 02:49:21 +0000
commite7dd6b7b78b29261afa18077f3e9703a747ffd3b (patch)
tree67fc695a2d5c46c21c00eeb18f2a087f62314e1e /makefile
parentcdc51864b0d6fc54120f71f9049985d7059a6d83 (diff)
Fix cross build makefile define to match the other makefiles [John Vilk] (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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