mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Add aarch64 pkg-config binary
This commit is contained in:
parent
89fad97c2a
commit
7d0e0c82db
7
bin/aarch64-unknown-redox-pkg-config
Executable file
7
bin/aarch64-unknown-redox-pkg-config
Executable file
@ -0,0 +1,7 @@
|
||||
#!/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 "$@"
|
||||
Loading…
Reference in New Issue
Block a user