mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Makefile: support GCC 6.4
This commit is contained in:
parent
533fdcae0a
commit
7e23014d5f
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
#
|
||||
|
||||
|
||||
ifdef GCC64
|
||||
GCC64=1
|
||||
endif
|
||||
|
||||
ifdef GCC63
|
||||
GCC62=1
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue