typo
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 21 Apr 2015 17:04:22 +0000 (13:04 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 21 Apr 2015 17:04:22 +0000 (13:04 -0400)
libs/ardour/wscript

index ac5dc1850393fe13e1aba66366f2a2a85c397a54..208ec82b9179a71bd1a08a68f083a5bdfb757c16 100644 (file)
@@ -412,7 +412,7 @@ def build(bld):
                # usability of the 64 bit windows assembler depends on the compiler target,
                # not the build host, which in turn can only be inferred from the name
                # of the compiler. 
-               if re.search ('/x86_64/', str(conf.env['CC'])):
+               if re.search ('/x86_64/', str(bld.env['CC'])):
                        obj.source += [ 'sse_functions_xmm.cc', 'sse_functions_64bit_win.s' ]
 
     # i18n