mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
uhttpmock: use GIR_EXTRA_LIBS_PATH instead
This commit is contained in:
parent
b47cbe317a
commit
aa02d96614
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'uhttpmock'
|
# Template file for 'uhttpmock'
|
||||||
pkgname=uhttpmock
|
pkgname=uhttpmock
|
||||||
version=0.5.1
|
version=0.5.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
hostmakedepends="pkg-config $(vopt_if gir 'gobject-introspection vala')"
|
hostmakedepends="pkg-config $(vopt_if gir 'gobject-introspection vala')"
|
||||||
|
@ -19,7 +19,7 @@ build_options_default="gir"
|
||||||
pre_build() {
|
pre_build() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# Make g-ir-scanner-qemuwrapper append this path
|
# Make g-ir-scanner-qemuwrapper append this path
|
||||||
export LD_LIBRARY_PATH="${wrksrc}/libuhttpmock/.libs"
|
export GIR_EXTRA_LIBS_PATH="${wrksrc}/libuhttpmock/.libs"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue