Skip to content

Commit

Permalink
point pkg-config at the $(INSTALL) directory (issue #373)
Browse files Browse the repository at this point in the history
  • Loading branch information
osresearch committed Mar 29, 2018
1 parent fe3e6dd commit bd0c7da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)" \
Expand Down

0 comments on commit bd0c7da

Please sign in to comment.