summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index cb6a278..3674787 100644
--- a/wscript
+++ b/wscript
@@ -429,7 +429,7 @@ def build(bld):
# lv2bench (less portable than other utilities)
if bld.is_defined('HAVE_CLOCK_GETTIME') and not bld.env.STATIC_PROGS:
obj = build_util(bld, 'utils/lv2bench', defines)
- if not bld.env.MSVC_COMPILER and not bld.env.DEST_OS == 'darwin':
+ if bld.env.DEST_OS != 'win32' and bld.env.DEST_OS != 'darwin':
obj.lib = ['rt']
# Documentation