From 696100651dc838bb040101deb95c4851ced42112 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 21 Apr 2015 12:21:57 -0400 Subject: [PATCH] fix another recent error in wscript for windows --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index f1f111b8e2..a352e2e7b9 100644 --- a/wscript +++ b/wscript @@ -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'],