]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/features/threadapi-feature.jam
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / tools / build / src / tools / features / threadapi-feature.jam
index 1a2b0923da1ffb2ff1baf86745d939df05b439e8..0f9d42fa5dadc7bc87096589ed9ae2f9b28d36d1 100644 (file)
@@ -25,5 +25,5 @@ rule detect ( properties * )
     local ps = [ property-set.create $(properties) ] ;
     local api = [ $(ps).get <threadapi> ] ;
     if ! $(api) { api = [ get-default $(ps) ] ; }
-    return <threadapi>$(api) ;
+    return <threadapi>$(api) <relevant>threadapi:<relevant>target-os ;
 }