fix windows bgfx library link in sdl builds (nw)

This commit is contained in:
Jeffrey Clark 2015-11-03 08:53:15 -06:00
parent 43cb7eb2e6
commit 726d141193

View File

@ -99,6 +99,11 @@ function maintargetosdoptions(_target,_subtarget)
configuration { "mingw*" or "vs*" }
targetprefix "sdl"
if USE_BGFX == 1 then
links {
"psapi"
}
end
configuration { }
end