VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Driver/Fuse/Driver.make
diff options
context:
space:
mode:
Diffstat (limited to 'src/Driver/Fuse/Driver.make')
-rw-r--r--src/Driver/Fuse/Driver.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Driver/Fuse/Driver.make b/src/Driver/Fuse/Driver.make
index f58785b9..b3640115 100644
--- a/src/Driver/Fuse/Driver.make
+++ b/src/Driver/Fuse/Driver.make
@@ -15,6 +15,6 @@ NAME := Driver
OBJS :=
OBJS += FuseService.o
-CXXFLAGS += $(shell pkg-config fuse --cflags)
+CXXFLAGS += $(shell $(PKG_CONFIG) fuse --cflags)
include $(BUILD_INC)/Makefile.inc