cake
/
libg1m
Archived
1
0
Fork 0

Corrected libg1m-config (only redirects to pkg-config output)

This commit is contained in:
Thomas Touhey 2017-03-18 12:30:25 +01:00
parent a3d0564904
commit 5c7bcf7f97
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ opt=""
[ \$put_cflags\$put_libs ] || usage
[ \$put_cflags ] && opt+="--cflags "
[ \$put_libs ] && opt+="--libs "
${target}pkg-config ${runlibs} \$opt
${target}pkg-config lib${name} \$opt
# End of file
_EOF