mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Fixed wrong library name.
[SVN r84659]
This commit is contained in:
@@ -166,7 +166,7 @@ rule init (
|
||||
}
|
||||
else if $(source-path) && ! $(no-build-from-source)
|
||||
{
|
||||
build-name ?= z ;
|
||||
build-name ?= jpeg ;
|
||||
library-id = [ CALC $(library-id) + 1 ] ;
|
||||
tag = [ MATCH ^@?(.*)$ : $(tag) ] ;
|
||||
if $(tag) && ! [ MATCH ^([^%]*)%([^%]+)$ : $(tag) ]
|
||||
|
||||
@@ -159,7 +159,7 @@ rule init (
|
||||
}
|
||||
else if $(source-path) && ! $(no-build-from-source)
|
||||
{
|
||||
build-name ?= z ;
|
||||
build-name ?= png ;
|
||||
library-id = [ CALC $(library-id) + 1 ] ;
|
||||
tag = [ MATCH ^@?(.*)$ : $(tag) ] ;
|
||||
if $(tag) && ! [ MATCH ^([^%]*)%([^%]+)$ : $(tag) ]
|
||||
|
||||
@@ -163,7 +163,7 @@ rule init (
|
||||
}
|
||||
else if $(source-path) && ! $(no-build-from-source)
|
||||
{
|
||||
build-name ?= z ;
|
||||
build-name ?= tiff ;
|
||||
library-id = [ CALC $(library-id) + 1 ] ;
|
||||
tag = [ MATCH ^@?(.*)$ : $(tag) ] ;
|
||||
if $(tag) && ! [ MATCH ^([^%]*)%([^%]+)$ : $(tag) ]
|
||||
|
||||
Reference in New Issue
Block a user