mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Fixed issue #257.
This commit is contained in:
parent
7019edd20f
commit
e55bc9f103
1 changed files with 6 additions and 3 deletions
|
@ -14,13 +14,16 @@ function bgfxProject(_name, _kind, _defines)
|
|||
"BGFX_SHARED_LIB_BUILD=1",
|
||||
}
|
||||
|
||||
configuration { "vs20* or mingw*" }
|
||||
links {
|
||||
"gdi32",
|
||||
"psapi",
|
||||
}
|
||||
|
||||
configuration { "mingw*" }
|
||||
linkoptions {
|
||||
"-shared",
|
||||
}
|
||||
links {
|
||||
"gdi32",
|
||||
}
|
||||
|
||||
configuration {}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue