mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Force the normal Windows build to OSTYPE := Windows
If someone really want's overwrite OSTYPE on Windows it's much easier to just alter one line in the Makefile than supporting setting it through the command line.
This commit is contained in:
parent
248662ff73
commit
20caca09e3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -100,7 +100,7 @@ endif
|
|||
|
||||
# Detect the OS
|
||||
ifdef SystemRoot
|
||||
OSTYPE ?= Windows
|
||||
OSTYPE := Windows
|
||||
else
|
||||
OSTYPE ?= $(shell uname -s)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue