mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Remove hyphen in shaderc.lua (s/linux-*/linux*/) (#1000)
This commit is contained in:
committed by
Branimir Karadžić
parent
3adcc404cd
commit
5c8ff1e266
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user