mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Fixed issue #257.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user