fix another recent error in wscript for windows

This commit is contained in:
Paul Davis 2015-04-21 12:21:57 -04:00
parent eabce90f29
commit 696100651d

View File

@ -72,7 +72,7 @@ compiler_flags_dictionaries= {
# Flag to turn on C99 compliance by itself
'c99': '-std=c99',
# Flag to enable AT&T assembler syntax
'attasm': 'asm=att',
'attasm': '-masm=att',
},
'msvc' : {
'debuggable' : ['/DDEBUG', '/Od', '/Zi', '/MDd', '/Gd', '/EHsc'],