From 109b6dc584be9b46ce28d19520a1d7b7f551734d Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Wed, 22 May 2013 21:37:27 -0700 Subject: [PATCH] Fix link libraries for FreeBSD and Ubuntu --- SConstruct | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 8a1efce35a..7b4fb36310 100644 --- a/SConstruct +++ b/SConstruct @@ -71,7 +71,8 @@ if FreeBSD or Ubuntu: 'boost_program_options', 'boost_regex', 'boost_system', - 'boost_thread', + 'boost_thread', + 'boost_random', ] ) else: