Restore original comment
This commit is contained in:
parent
40be65c947
commit
1ac17589e6
1 changed files with 2 additions and 0 deletions
|
@ -1215,6 +1215,8 @@ if not preconfigured:
|
||||||
env.Append(LINKFLAGS = DEFAULT_CXX11_LINKFLAGS)
|
env.Append(LINKFLAGS = DEFAULT_CXX11_LINKFLAGS)
|
||||||
env.Append(LINKFLAGS = env['CUSTOM_LDFLAGS'])
|
env.Append(LINKFLAGS = env['CUSTOM_LDFLAGS'])
|
||||||
|
|
||||||
|
### platform specific bits
|
||||||
|
|
||||||
thread_suffix = 'mt'
|
thread_suffix = 'mt'
|
||||||
if env['PLATFORM'] == 'FreeBSD':
|
if env['PLATFORM'] == 'FreeBSD':
|
||||||
thread_suffix = ''
|
thread_suffix = ''
|
||||||
|
|
Loading…
Reference in a new issue