Skip to content

Commit

Permalink
Update mingwlibs_boost.sh
Browse files Browse the repository at this point in the history
build signals2
  • Loading branch information
jk3064 committed Jul 26, 2013
1 parent c091f70 commit 7fe2fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/mingwlibs_boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BOOST_FILE=boost_1_50_0.tar.bz2
BOOST_DL_PREFIX=http://prdownloads.sourceforge.net/boost/boost/1.50.0/

# spring's boost dependencies
BOOST_LIBS="test thread system regex filesystem program_options signals chrono"
BOOST_LIBS="test thread system regex filesystem program_options signals signals2 chrono"
SPRING_HEADERS="${BOOST_LIBS} format ptr_container spirit algorithm date_time asio"
ASSIMP_HEADERS="math/common_factor smart_ptr"
BOOST_HEADERS="${SPRING_HEADERS} ${ASSIMP_HEADERS}"
Expand Down

0 comments on commit 7fe2fb2

Please sign in to comment.