]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/function_types/test/Jamfile
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / function_types / test / Jamfile
index 34658ee9d02fe2eb42fdd1180ed6c3ae6433f1fe..e50c813b8c4937b767d201a54a07c3944e45db69 100644 (file)
@@ -64,10 +64,10 @@ import testing ;
 
     # Custom calling conventions
 
-    [ compile custom_ccs/nonmember_ccs.cpp ]
-    [ compile custom_ccs/nonmember_ccs_exact.cpp ]
-    [ compile custom_ccs/member_ccs.cpp ]
-    [ compile custom_ccs/member_ccs_exact.cpp ]
+    [ compile custom_ccs/nonmember_ccs.cpp : <address-model>64:<build>no ]
+    [ compile custom_ccs/nonmember_ccs_exact.cpp : <address-model>64:<build>no ]
+    [ compile custom_ccs/member_ccs.cpp : <address-model>64:<build>no ]
+    [ compile custom_ccs/member_ccs_exact.cpp : <address-model>64:<build>no ]
 
     # Code from the examples