fix: deleting bin/assets/ before copying
This commit is contained in:
parent
f9234dc9a2
commit
420f4e5244
|
|
@ -12,7 +12,7 @@ project "Dice"
|
||||||
links { "m", "stdc++", "SDL3", "SDL3_ttf", "SDL3_image" }
|
links { "m", "stdc++", "SDL3", "SDL3_ttf", "SDL3_image" }
|
||||||
buildoptions { "-Wall" }
|
buildoptions { "-Wall" }
|
||||||
targetdir "bin/"
|
targetdir "bin/"
|
||||||
postbuildcommands { "{COPYDIR} %{wks.location}/assets/ %{cfg.targetdir}/assets/" }
|
postbuildcommands { "{RMDIR} %{cfg.targetdir}/assets", "{COPYDIR} %{wks.location}/assets/ %{cfg.targetdir}/assets/" }
|
||||||
filter "configurations:debug"
|
filter "configurations:debug"
|
||||||
defines { "DEBUG" }
|
defines { "DEBUG" }
|
||||||
symbols "On"
|
symbols "On"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue