10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
${STAGING_DIR_HOST}/bin/pkg-config.real \
|
||
|
|
--keep-system-cflags \
|
||
|
|
--keep-system-libs \
|
||
|
|
--define-variable=prefix="${STAGING_PREFIX}" \
|
||
|
|
--define-variable=exec_prefix="${STAGING_PREFIX}" \
|
||
|
|
--define-variable=bindir="${STAGING_PREFIX}/bin" \
|
||
|
|
$PKG_CONFIG_EXTRAARGS "$@"
|