diff options
Diffstat (limited to 'service')
| -rw-r--r-- | service/Jamfile.jam | 8 | 
1 files changed, 2 insertions, 6 deletions
| diff --git a/service/Jamfile.jam b/service/Jamfile.jam index 1bbd33a..7e1221b 100644 --- a/service/Jamfile.jam +++ b/service/Jamfile.jam @@ -45,8 +45,7 @@ lib mirrorsearch-service++11 :  	<library>curl  	<library>..//adhocutil  	<library>..//dbppcore -	<library>..//boost_system -	<library>..//boost_filesystem +	<library>..//stdc++fs  	<library>..//boost_date_time  	<library>..//Ice  	<library>..//IceBox @@ -74,15 +73,12 @@ run test.cpp  	schema.sql  	:  	<define>BOOST_TEST_DYN_LINK -	<library>..//boost_system -	<library>..//boost_filesystem +	<library>..//stdc++fs  	<library>boost_utf  	<define>ROOT=\"$(me)\"  	<library>dbpp-postgresql  	<library>..//dbppcore  	<library>..//adhocutil -	<library>..//boost_system -	<library>..//boost_filesystem  	<library>..//Ice  	<library>..//IceBox  	<library>..//pthread | 
