1 parent 481c33e commit 078a3e7Copy full SHA for 078a3e7
1 file changed
Jamfile
@@ -1106,7 +1106,9 @@ rule generate-pkg-config ( properties * )
1106
}
1107
else if ( [ $(t).type ] = STATIC_LIB )
1108
{
1109
- private_deps += [ $(t).name ] ;
+ local stripped = [ MATCH "^lib(.*)\\.a$" : [ $(t).name ] ] ;
1110
+ stripped ?= [ $(t).name ] ;
1111
+ private_deps += $(stripped) ;
1112
1113
1114
0 commit comments