summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2015-12-20 18:18:26 -0500
committerRJ Ryan <rryan@mixxx.org>2015-12-26 22:50:50 -0500
commit55cbb08e24d9094b65676d9556fc1ea8734da4d9 (patch)
tree53680534b998b0cda5cc1ef5f1b8201f5793017d /lib
parent1deaa2bc083d62865527945b709b78554565cc30 (diff)
Add Shlwapi library (for SHSHGetValueA).
Diffstat (limited to 'lib')
-rw-r--r--lib/benchmark/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/benchmark/SConscript b/lib/benchmark/SConscript
index a105394a99..ac03f22f51 100644
--- a/lib/benchmark/SConscript
+++ b/lib/benchmark/SConscript
@@ -10,6 +10,8 @@ env.Prepend(CPPPATH = ['./include'])
# Since we're using C++11 we can use std::chrono and std::regex.
env.Append(CPPDEFINES = 'HAVE_STD_REGEX')
env.Append(CPPDEFINES = 'HAVE_STEADY_CLOCK')
+if build.platform_is_windows:
+ env.Append(LIBS = 'Shlwapi')
if build.compiler_is_clang:
env.Append(CPPDEFINES = 'HAVE_THREAD_SAFETY_ATTRIBUTES')