mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
fix windows bgfx library link in sdl builds (nw)
This commit is contained in:
parent
43cb7eb2e6
commit
726d141193
@ -99,6 +99,11 @@ function maintargetosdoptions(_target,_subtarget)
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetprefix "sdl"
|
||||
if USE_BGFX == 1 then
|
||||
links {
|
||||
"psapi"
|
||||
}
|
||||
end
|
||||
|
||||
configuration { }
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user