Remove hyphen in shaderc.lua (s/linux-*/linux*/) (#1000)

This commit is contained in:
Mark Riedesel
2016-12-16 11:13:53 -06:00
committed by Branimir Karadžić
parent 3adcc404cd
commit 5c8ff1e266

View File

@@ -226,7 +226,7 @@ project "shaderc"
dofile(path.join(BGFX_DIR, "../bgfx-ext/scripts/shaderc.lua") )
end
configuration { "osx or linux-*" }
configuration { "osx or linux*" }
links {
"pthread",
}