add pkg-config to beos build

This commit is contained in:
Vincent Sanders 2014-11-14 22:30:30 +00:00
parent 97759f62af
commit 099cb80175
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ else
CC := gcc
CXX := g++
EXEEXT :=
PKG_CONFIG :=
PKG_CONFIG := pkg-config
#endif
else
ifeq ($(TARGET),windows)