Merge pull request #1084 from cxd4/reordered-c-after-cpp
Do not force C++ compilation of C code.
This commit is contained in:
commit
e98ef0ceda
|
@ -15,7 +15,7 @@ FLAGS_x86="\
|
|||
|
||||
C_FLAGS=$FLAGS_x86
|
||||
|
||||
CC=g++
|
||||
CC=cc
|
||||
AS=as
|
||||
|
||||
echo Compiling GlideHQ library sources for Glide64...
|
||||
|
|
Loading…
Reference in New Issue