libuv: fix pkg-config file
This commit is contained in:
parent
b83ebad5e6
commit
bc2f8e95ad
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ hostmakedepends="automake libtool"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
sed "s:%VERSION:${version}:g" $FILESDIR/libuv.pc.in > libuv.pc
|
sed "s:%VERSION%:${version}:g" $FILESDIR/libuv.pc.in > libuv.pc
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue