fix spelling error in MSVC compiler flags dictionary
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 22 Dec 2014 19:05:40 +0000 (14:05 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 22 Dec 2014 19:05:40 +0000 (14:05 -0500)
wscript

diff --git a/wscript b/wscript
index 70c215e4bd49dbccd678db4b14258b50a9d64c4b..96b21b8a0abab4c50b681daff67643192483478c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -62,7 +62,7 @@ compiler_flags_dictionaries= {
         'sse' : '/arch:SSE',
         'silence-unused-arguments' : '',
         'sse' : '',
-        'fpmath-see' : '',
+        'fpmath-sse' : '',
         'xmmintrinsics' : '',
         'pipe' : '',
         'full-optimization' : '/O2',