mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-24 08:38:32 -05:00
Renamed premake gcc target.
This commit is contained in:
parent
f912469a63
commit
4ca1a11937
2 changed files with 2 additions and 2 deletions
2
makefile
2
makefile
|
@ -13,7 +13,7 @@ all:
|
|||
premake4 --file=premake/premake4.lua --gcc=nacl-arm gmake
|
||||
premake4 --file=premake/premake4.lua --gcc=pnacl gmake
|
||||
premake4 --file=premake/premake4.lua --gcc=mingw gmake
|
||||
premake4 --file=premake/premake4.lua --gcc=linux gmake
|
||||
premake4 --file=premake/premake4.lua --gcc=linux-gcc gmake
|
||||
premake4 --file=premake/premake4.lua --gcc=osx gmake
|
||||
premake4 --file=premake/premake4.lua --gcc=ios-arm gmake
|
||||
premake4 --file=premake/premake4.lua --gcc=ios-simulator gmake
|
||||
|
|
|
@ -100,7 +100,7 @@ function exampleProject(_name, _uuid)
|
|||
"pthread",
|
||||
}
|
||||
|
||||
configuration { "linux" }
|
||||
configuration { "linux-*" }
|
||||
links {
|
||||
"X11",
|
||||
"GL",
|
||||
|
|
Loading…
Reference in a new issue