Fix os2 auto-detect [Credit: KO Myung-Hun]

This commit is contained in:
Couriersud 2010-02-03 20:00:10 +00:00
parent a02a9bffab
commit c55eb7889c

View File

@ -69,7 +69,7 @@ else
ifneq ($(CROSSBUILD),1) ifneq ($(CROSSBUILD),1)
ifneq ($(OS2_SHELL),) ifneq ($(OS2_SHELL),)
TARGETOS = win32 TARGETOS = os2
else else
UNAME = $(shell uname -a) UNAME = $(shell uname -a)