mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
fix WINNT autodetection
This commit is contained in:
parent
740f901b48
commit
13cc579520
1 changed files with 2 additions and 2 deletions
4
Make.inc
4
Make.inc
|
@ -50,8 +50,8 @@ ifeq ($(ARCH),i686)
|
|||
override ARCH = i387
|
||||
endif
|
||||
|
||||
ifeq ($(OS), MINGW32_NT-6.1)
|
||||
OS=WINNT
|
||||
ifneq (,$(findstring MINGW,$(OS)))
|
||||
override OS=WINNT
|
||||
endif
|
||||
#keep these if statements these separate
|
||||
ifeq ($(OS), WINNT)
|
||||
|
|
Loading…
Reference in a new issue