Merge pull request #145 from Janiels/fix-paths-with-spaces
Ensure SDL2.dll is copied for paths with spaces
This commit is contained in:
commit
e2c0eadc99
@ -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