summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefile b/makefile
index 0682a589879..9791cd9e23f 100644
--- a/makefile
+++ b/makefile
@@ -67,6 +67,11 @@ TARGETOS = win32
else
ifneq ($(CROSSBUILD),1)
+
+ifneq ($(OS2_SHELL),)
+TARGETOS = win32
+else
+
UNAME = $(shell uname -a)
ifeq ($(firstword $(filter Linux,$(UNAME))),Linux)
@@ -106,6 +111,7 @@ BIGENDIAN=1
endif
endif # BIGENDIAN
+endif # OS/2
endif # CROSS_BUILD
endif # Windows_NT