1
0
Эх сурвалжийг харах

Encode architecture and address model in versioned layout names

Peter Dimov 8 жил өмнө
parent
commit
a0486b9cfa
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      boostcpp.jam

+ 1 - 1
boostcpp.jam

@@ -123,7 +123,7 @@ rule tag ( name : type ? : property-set )
         if $(layout) = versioned
         {
             result = [ common.format-name
-                <base> <toolset> <threading> <runtime> -$(BOOST_VERSION_TAG)
+                <base> <toolset> <threading> <runtime> <arch-and-model> -$(BOOST_VERSION_TAG)
                 -$(BUILD_ID)
                 : $(name) : $(type) : $(property-set) ] ;
         }

粤ICP备19079148号