]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/build/type.jam
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / tools / build / src / build / type.jam
index e8cc44ebbbd5100631b40d1078091a596b2eb724..554894cfc848561a3afcb3123f0cc106047ef57a 100644 (file)
@@ -10,6 +10,7 @@ import "class" : new ;
 import feature ;
 import generators : * ;
 import os ;
+import param ;
 import project ;
 import property ;
 import scanner ;
@@ -377,6 +378,8 @@ rule type ( filename )
 rule main-target-rule ( name : sources * : requirements * : default-build * :
     usage-requirements * )
 {
+    param.handle-named-params
+        sources requirements default-build usage-requirements ;
     # First discover the required target type based on the exact alias used to
     # invoke this rule.
     local bt = [ BACKTRACE 1 ] ;