Ensure SDL2.dll is copied for paths with spaces
The generated VS project would fail to copy the SDL2.dll file if the solution or Bin path contained spaces.
This commit is contained in:
parent
1b50ceaa9a
commit
7230dea2e3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user