mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Fixed mingw-clang.
This commit is contained in:
parent
d0a89ff95d
commit
7266c074c3
1 changed files with 3 additions and 0 deletions
|
@ -117,6 +117,9 @@ function exampleProject(_name)
|
||||||
"psapi",
|
"psapi",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configuration { "mingw-clang" }
|
||||||
|
kind "ConsoleApp"
|
||||||
|
|
||||||
configuration { "android*" }
|
configuration { "android*" }
|
||||||
kind "ConsoleApp"
|
kind "ConsoleApp"
|
||||||
targetextension ".so"
|
targetextension ".so"
|
||||||
|
|
Loading…
Reference in a new issue