2
0
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:
Christian Henning
2013-06-06 22:12:02 +00:00
parent 652236346d
commit 4bdc0cdaa3
3 changed files with 3 additions and 3 deletions

View File

@@ -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) ]

View File

@@ -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) ]

View File

@@ -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) ]