mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-24 16:48:18 -05:00
Fixed file names.
This commit is contained in:
parent
9604a3f23b
commit
7cd9af179f
3 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ project "shaderc"
|
||||||
|
|
||||||
configuration { "mingw* or linux or osx" }
|
configuration { "mingw* or linux or osx" }
|
||||||
buildoptions {
|
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 {
|
removebuildoptions {
|
||||||
"-Wshadow", -- glsl-optimizer is full of -Wshadow warnings ignore it.
|
"-Wshadow", -- glsl-optimizer is full of -Wshadow warnings ignore it.
|
||||||
|
|
Loading…
Reference in a new issue