diff options
Diffstat (limited to 'scripts/src/tools.lua')
| -rw-r--r-- | scripts/src/tools.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/src/tools.lua b/scripts/src/tools.lua index e2340724e0c..7d0e85039cd 100644 --- a/scripts/src/tools.lua +++ b/scripts/src/tools.lua @@ -794,12 +794,11 @@ if (_OPTIONS["osd"] == "sdl") then if _OPTIONS["USE_LIBSDL"]~="1" then configuration { "mingw*"} links { - "SDL2main", - "SDL2", + "SDL3", } configuration { "vs*" } links { - "SDL2", + "SDL3", "imm32", "version", } |
