Fix link libraries for FreeBSD and Ubuntu

This commit is contained in:
Vinnie Falco
2013-05-22 21:37:27 -07:00
parent c7bf8fed6e
commit 109b6dc584

View File

@@ -71,7 +71,8 @@ if FreeBSD or Ubuntu:
'boost_program_options',
'boost_regex',
'boost_system',
'boost_thread',
'boost_thread',
'boost_random',
]
)
else: