Skip to content

Commit

Permalink
Fix boost_thread Dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocspires committed Mar 2, 2017
1 parent 9d51cb0 commit 2633339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ prgs = []
for e, extralibs in examples:
prgs.append(env.Program(e, LIBS=[
parameters,
'boost_thread-mt',
'boost_thread',
'boost_system',
'boost_program_options',
'msgpackc'] + extralibs))

0 comments on commit 2633339

Please sign in to comment.