mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Add OS/2 autodetect to makefile
This commit is contained in:
parent
50b784c99e
commit
d991c43b73
6
makefile
6
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user