From 1ac17589e68578413167cde00ffb7cc350115fcc Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 20 May 2015 16:33:20 -0700 Subject: [PATCH] Restore original comment --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SConstruct b/SConstruct index 66accfa66..ba42822be 100644 --- a/SConstruct +++ b/SConstruct @@ -1215,6 +1215,8 @@ if not preconfigured: env.Append(LINKFLAGS = DEFAULT_CXX11_LINKFLAGS) env.Append(LINKFLAGS = env['CUSTOM_LDFLAGS']) + ### platform specific bits + thread_suffix = 'mt' if env['PLATFORM'] == 'FreeBSD': thread_suffix = ''