summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5a102f7a..976815e8b 100644
--- a/Makefile
+++ b/Makefile
@@ -209,7 +209,7 @@ else
CC := gcc
CXX := g++
EXEEXT :=
- PKG_CONFIG :=
+ PKG_CONFIG := pkg-config
#endif
else
ifeq ($(TARGET),windows)