mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-07 06:11:02 +00:00
Force the CC variable in the Makefile to GCC.
SVN r16 (trunk)
This commit is contained in:
parent
23b23f3950
commit
98aedc2a79
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -4,6 +4,8 @@ target = $(strip $(shell $(CC) -dumpmachine))
|
|||
# DOS and Windows executables should have the .exe extension.
|
||||
# Other operating systems should be extension-less.
|
||||
|
||||
CC = gcc
|
||||
|
||||
ifeq ($(findstring mingw32,$(target)),mingw32)
|
||||
EXENAME = acc.exe
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue