mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +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*" }
|
configuration { "mingw*" or "vs*" }
|
||||||
targetprefix "sdl"
|
targetprefix "sdl"
|
||||||
|
if USE_BGFX == 1 then
|
||||||
|
links {
|
||||||
|
"psapi"
|
||||||
|
}
|
||||||
|
end
|
||||||
|
|
||||||
configuration { }
|
configuration { }
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user