redox/bin/x86_64-unknown-redox-pkg-config
2018-02-27 21:14:07 -07:00

8 lines
193 B
Bash

#!/usr/bin/env bash
export PKG_CONFIG_PATH=
export PKG_CONFIG_SYSROOT_DIR="${COOKBOOK_RECIPE}/sysroot"
export PKG_CONFIG_LIBDIR="${PKG_CONFIG_SYSROOT_DIR}/lib/pkgconfig"
exec pkg-config "$@"