Skip to content

Commit a157f78

Browse files
committed
Update build deps.
1 parent b738329 commit a157f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Jamfile.v2

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ for local p in [ glob ../example/*.cpp ]
225225
local additional_dependency = <library>/boost/array//boost_array ;
226226
if $(target_name) = "terminate_handler"
227227
{
228-
additional_dependency += <library>/boost/filesystem//boost_filesystem <library>/boost/system//boost_system <target-os>linux:<library>rt <library>/boost/interprocess//boost_interprocess ;
228+
additional_dependency += <library>/boost/filesystem//boost_filesystem <library>/boost/system//boost_system <target-os>linux:<library>rt ;
229229
}
230230

231231
if $(target_name) = "throwing_st"

0 commit comments

Comments
 (0)