mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- Fixed: The top-level Makefile doesn't need to test for msys, since $OS is still
set by the msys shell. SVN r883 (trunk)
This commit is contained in:
parent
e105a29e99
commit
fd21005391
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -1,9 +1,6 @@
|
||||||
ifeq (Windows_NT,$(OS))
|
ifeq (Windows_NT,$(OS))
|
||||||
WIN=1
|
WIN=1
|
||||||
endif
|
endif
|
||||||
ifeq ($(findstring msys,$(shell sh --version 2>nul)),msys)
|
|
||||||
WIN=1
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq (1,$(WIN))
|
ifeq (1,$(WIN))
|
||||||
include Makefile.mgw
|
include Makefile.mgw
|
||||||
|
|
Loading…
Reference in a new issue