Tweak build scripts so the vs build frontend will work.

This commit is contained in:
David Anderson
2014-08-02 12:29:53 -07:00
parent 5ddd37eb77
commit 6bf21c5687
3 changed files with 31 additions and 16 deletions

View File

@ -7,7 +7,7 @@ binary.compiler.defines += [
'AMX_ANSIONLY',
]
if builder.target_platform != 'windows':
if builder.compiler.like('gcc'):
binary.compiler.cxxflags.remove('-fno-exceptions')
if builder.target_platform == 'linux':