windows: fix dedicated build

This commit is contained in:
nillerusr
2022-12-16 19:47:53 +03:00
parent 8404418202
commit af8c358ce9
4 changed files with 5 additions and 16 deletions
+2 -1
View File
@@ -394,7 +394,8 @@ def configure(conf):
'/Zc:forScope',
'/Zc:wchar_t',
'/GR',
'/TP'
'/TP',
'/EHsc'
]
if conf.options.BUILD_TYPE == 'debug':