Set premake language to C for projects with C source code.

This commit is contained in:
sephiroth99
2015-09-22 01:11:56 -04:00
committed by Ben Vanik
parent 5cec2b3d3e
commit 890e4591ce
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ group("third_party")
project("xxhash")
uuid("40d4ce21-5448-4399-9f98-589b7e1c23b1")
kind("StaticLib")
language("C++")
language("C")
links({
})
defines({