]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/clang.jam
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / build / src / tools / clang.jam
index 26c95202a176309b61c8ef6216ffe61cb69e7866..bcb3837039d3b71b7749308ecf5cdbf1d5d89ac9 100644 (file)
@@ -17,7 +17,12 @@ feature.subfeature toolset clang : platform : : propagated link-incompatible ;
 
 rule init ( * : * )
 {
-    if [ os.name ] = MACOSX
+    if $(1) = win
+    {
+        toolset.using clang-win :
+          $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ;
+    }
+    else if [ os.name ] = MACOSX
     {
         toolset.using clang-darwin : 
           $(1) : $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ;