Merge pull request #145 from Janiels/fix-paths-with-spaces

Ensure SDL2.dll is copied for paths with spaces
This commit is contained in:
Graham Pentheny 2016-01-05 11:51:23 -05:00
commit e2c0eadc99

View File

@ -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