mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
fixes wsperf build on g++ 4.6
This commit is contained in:
@@ -14,13 +14,13 @@ sources = ["wsperf.cpp",
|
||||
"generic.cpp",
|
||||
"wscmd.cpp"]
|
||||
|
||||
LIBS = [wslib, platform_libs] + boostlibs(['system',
|
||||
'date_time',
|
||||
'regex',
|
||||
'thread',
|
||||
'random',
|
||||
'chrono',
|
||||
'program_options'])
|
||||
LIBS = [wslib] + boostlibs(['system',
|
||||
'date_time',
|
||||
'regex',
|
||||
'thread',
|
||||
'random',
|
||||
'chrono',
|
||||
'program_options']) + [platform_libs]
|
||||
|
||||
prg = localenv.Program('wsperf', sources, LIBS = LIBS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user