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("capstone")
uuid("b3a89f7e-bb02-4945-ae75-219caed6afa2")
kind("StaticLib")
language("C++")
language("C")
links({
})
defines({