Merge pull request #1084 from cxd4/reordered-c-after-cpp

Do not force C++ compilation of C code.
This commit is contained in:
zilmar 2016-05-09 15:58:34 +10:00
commit e98ef0ceda
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ FLAGS_x86="\
C_FLAGS=$FLAGS_x86
CC=g++
CC=cc
AS=as
echo Compiling GlideHQ library sources for Glide64...