Reenable c++ exceptions

This commit is contained in:
ineed bots
2023-09-10 18:33:43 -06:00
parent 623d0001a9
commit 93a9fd55d5
2 changed files with 9 additions and 8 deletions

View File

@ -103,8 +103,6 @@ workspace "t4sp-server-plugin"
dependencies.imports()
exceptionhandling ("Off")
if _OPTIONS["copy-to"] then
postbuildcommands {"copy /y \"$(TargetPath)\" \"" .. _OPTIONS["copy-to"] .. "\""}
else