We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b738329 commit a157f78Copy full SHA for a157f78
test/Jamfile.v2
@@ -225,7 +225,7 @@ for local p in [ glob ../example/*.cpp ]
225
local additional_dependency = <library>/boost/array//boost_array ;
226
if $(target_name) = "terminate_handler"
227
{
228
- additional_dependency += <library>/boost/filesystem//boost_filesystem <library>/boost/system//boost_system <target-os>linux:<library>rt <library>/boost/interprocess//boost_interprocess ;
+ additional_dependency += <library>/boost/filesystem//boost_filesystem <library>/boost/system//boost_system <target-os>linux:<library>rt ;
229
}
230
231
if $(target_name) = "throwing_st"
0 commit comments