Fix cross build makefile define to match the other makefiles [John Vilk] (nw)

This commit is contained in:
Justin Kerk 2013-11-03 02:49:21 +00:00
parent cdc51864b0
commit e7dd6b7b78

View File

@ -66,7 +66,7 @@ ifeq ($(OS),Windows_NT)
TARGETOS = win32
else
ifneq ($(CROSSBUILD),1)
ifneq ($(CROSS_BUILD),1)
ifneq ($(OS2_SHELL),)
TARGETOS = os2