redox/recipes/extrautils/recipe.sh
2017-12-13 22:19:25 -07:00

7 lines
221 B
Bash

GIT=https://github.com/redox-os/extrautils.git
BUILD_DEPENDS=(xz)
export PKG_CONFIG_ALLOW_CROSS=1
export PKG_CONFIG_PATH=
export PKG_CONFIG_LIBDIR="$PWD/sysroot/lib/pkgconfig"
export PKG_CONFIG_SYSROOT_DIR="$PWD/sysroot"