Fixed file names.

This commit is contained in:
Branimir Karadžić 2015-04-05 11:55:04 -07:00
parent 9604a3f23b
commit 7cd9af179f
3 changed files with 2 additions and 1 deletions

View file

@ -33,7 +33,8 @@ project "shaderc"
configuration { "mingw* or linux or osx" }
buildoptions {
"-fno-strict-aliasing" -- glsl-optimizer has bugs if strict aliasing is used.
"-fno-strict-aliasing", -- glsl-optimizer has bugs if strict aliasing is used.
"-Wno-unused-parameter",
}
removebuildoptions {
"-Wshadow", -- glsl-optimizer is full of -Wshadow warnings ignore it.