diff options
author | 2015-03-28 16:20:04 +1100 | |
---|---|---|
committer | 2015-03-28 16:20:04 +1100 | |
commit | 4303fbc35c901868d3da2b9a7b994091b82c3557 (patch) | |
tree | c24b556abe82c9ce199e8df366360aaba07f1f9b /scripts/src/osd/sdl.lua | |
parent | a9bc80bd4b89a14bc790f436c15ec5666f0d6f1c (diff) |
Put some OSD libs back in main GENie file to fix WinSDL build for now
Diffstat (limited to 'scripts/src/osd/sdl.lua')
-rw-r--r-- | scripts/src/osd/sdl.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/src/osd/sdl.lua b/scripts/src/osd/sdl.lua index 6300a1932c2..ff49229d470 100644 --- a/scripts/src/osd/sdl.lua +++ b/scripts/src/osd/sdl.lua @@ -16,14 +16,6 @@ configuration { "mingw*" } "-Wl,--allow-multiple-definition", "-static" } - links { - "opengl32", - "SDL2", - "Imm32", - "version", - "ole32", - "oleaut32", - } configuration { } |