mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Fix calculation of 5.x version number.
[SVN r34293]
This commit is contained in:
@@ -88,7 +88,7 @@ class stlport-target-class : basic-target
|
||||
self.headers = $(headers) ;
|
||||
self.libraries = $(libraries) ;
|
||||
self.version = $(version) ;
|
||||
self.version.5 = [ MATCH "^(5[.][^.]+).*" : $(version) ] ;
|
||||
self.version.5 = [ MATCH "^(5[.][0123456789]+).*" : $(version) ] ;
|
||||
}
|
||||
|
||||
rule match ( property-set debug ? )
|
||||
|
||||
Reference in New Issue
Block a user