Skip to content
Snippets Groups Projects
Verified Commit 7d0e0c82 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add aarch64 pkg-config binary

parent 89fad97c
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
export PKG_CONFIG_SYSROOT_DIR="${COOKBOOK_RECIPE}/sysroot"
export PKG_CONFIG_LIBDIR="${PKG_CONFIG_SYSROOT_DIR}/lib/pkgconfig"
export PKG_CONFIG_PATH="${PKG_CONFIG_SYSROOT_DIR}/share/pkgconfig"
exec pkg-config --static "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment