fix another recent error in wscript for windows
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 21 Apr 2015 16:21:57 +0000 (12:21 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 21 Apr 2015 16:21:57 +0000 (12:21 -0400)
wscript

diff --git a/wscript b/wscript
index f1f111b8e259b86141d731890b41154a26ecd96b..a352e2e7b98e754b8c884b00d623b541aefb9edd 100644 (file)
--- 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'],