diff options
| author | 2015-10-28 16:02:38 +0100 | |
|---|---|---|
| committer | 2015-10-28 16:02:38 +0100 | |
| commit | 01a8a6a208fcea4f988e49d4c964c2989de2df99 (patch) | |
| tree | 959932fcd53fe7e344cd4978d8cdd1747238a955 /scripts/src | |
| parent | 4dccbffc01c3d9e0f740dbbffc0036d4da9dea06 (diff) | |
fix sdl build fix for windows (nw)
Diffstat (limited to 'scripts/src')
| -rw-r--r-- | scripts/src/osd/sdl.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/src/osd/sdl.lua b/scripts/src/osd/sdl.lua index 2922c8c4775..c46b25f5589 100644 --- a/scripts/src/osd/sdl.lua +++ b/scripts/src/osd/sdl.lua @@ -55,6 +55,9 @@ function maintargetosdoptions(_target,_subtarget) "SDL.dll", } end + links { + "psapi", + } configuration { "mingw*-gcc" } linkoptions{ @@ -467,6 +470,9 @@ if _OPTIONS["with-tools"] then "SDL.dll", } end + links { + "psapi", + } linkoptions{ "-municode", } |
