12 lines
396 B
Diff
12 lines
396 B
Diff
|
--- boostcpp.jam
|
||
|
+++ boostcpp.jam
|
||
|
@@ -377,7 +377,7 @@
|
||
|
if $(layout) = versioned
|
||
|
{
|
||
|
result = [ common.format-name
|
||
|
- <base> <toolset> <threading> <runtime> -$(BOOST_VERSION_TAG)
|
||
|
+ <base> <threading> <runtime> -$(BOOST_VERSION_TAG)
|
||
|
-$(BUILD_ID)
|
||
|
: $(name) : $(type) : $(property-set) ] ;
|
||
|
}
|