From 33c88c880e1f54c1184afb17456e3f23a809d9d7 Mon Sep 17 00:00:00 2001 From: Savander Date: Tue, 2 Jan 2018 16:32:50 +0100 Subject: [PATCH] Fixes #972. --- other/sdl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/sdl.lua b/other/sdl.lua index 86ce3065d..a79f26c38 100644 --- a/other/sdl.lua +++ b/other/sdl.lua @@ -39,7 +39,7 @@ SDL = { end if option.use_winlib > 0 then - settings.cc.includes:Add("ddnet-libs/sdl/include") + settings.cc.includes:Add("ddnet-libs/sdl/include/windows") if option.use_winlib == 32 then settings.link.libpath:Add("ddnet-libs/sdl/windows/lib32") else