mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 14:21:36 +00:00
*sigh*
This commit is contained in:
parent
199540e6ca
commit
148f7babcd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -41,7 +41,7 @@ ifneq ("$(CYGWIN)", "")
|
|||
GMQCC = gmqcc.exe
|
||||
TESTSUITE = testsuite.exe
|
||||
else
|
||||
ifneq ("$(MINGW32)", "")
|
||||
ifneq ("$(MINGW)", "")
|
||||
#nullify the common variables that
|
||||
#most *nix systems have (for windows)
|
||||
PREFIX :=
|
||||
|
|
Loading…
Reference in a new issue