diff --git a/RecastDemo/premake5.lua b/RecastDemo/premake5.lua index 53240a1..02410e8 100644 --- a/RecastDemo/premake5.lua +++ b/RecastDemo/premake5.lua @@ -158,7 +158,7 @@ project "RecastDemo" } postbuildcommands { -- Copy the SDL2 dll to the Bin folder. - "{COPY} %{wks.location}../../Contrib/SDL/lib/x86/SDL2.dll %{cfg.targetdir}" + '{COPY} "%{wks.location}../../Contrib/SDL/lib/x86/SDL2.dll" "%{cfg.targetdir}"' } -- mac includes and libs