mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Remove work around for msys2 / mingw64 not setting CC.
This was a upstream bug which has been resolved long ago. Closes #901.
This commit is contained in:
parent
434bc90fbb
commit
d29e551773
1 changed files with 0 additions and 5 deletions
5
Makefile
5
Makefile
|
@ -117,11 +117,6 @@ YQ2_ARCH ?= $(shell uname -m)
|
|||
endif
|
||||
endif
|
||||
|
||||
# On Windows / MinGW $(CC) is undefined by default.
|
||||
ifeq ($(YQ2_OSTYPE),Windows)
|
||||
CC ?= gcc
|
||||
endif
|
||||
|
||||
# Detect the compiler
|
||||
ifeq ($(shell $(CC) -v 2>&1 | grep -c "clang version"), 1)
|
||||
COMPILER := clang
|
||||
|
|
Loading…
Reference in a new issue