summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-04-21 13:04:22 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-04-21 13:04:22 -0400
commit140e437313ea6644499fa6684f9fa5e3fb8472a1 (patch)
tree24920870027b43d7aa403548593679f17b65e0ef
parent8c52662ac0719d9ef40572430abd8e7d392e6464 (diff)
typo
-rw-r--r--libs/ardour/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index ac5dc18503..208ec82b91 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -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