mirror of
https://github.com/linuxboot/heads.git
synced 2025-04-18 08:10:11 +00:00
point pkg-config at the $(INSTALL) directory (issue #373)
This commit is contained in:
parent
fe3e6dd5ec
commit
bd0c7da8f5
2
Makefile
2
Makefile
@ -90,6 +90,8 @@ CROSS_TOOLS_NOCC := \
|
||||
NM="$(CROSS)nm" \
|
||||
OBJCOPY="$(CROSS)objcopy" \
|
||||
OBJDUMP="$(CROSS)objdump" \
|
||||
PKG_CONFIG_PATH="$(INSTALL)/lib/pkgconfig" \
|
||||
PKG_CONFIG_SYSROOT_DIR="$(INSTALL)" \
|
||||
|
||||
CROSS_TOOLS := \
|
||||
CC="$(heads_cc)" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user