Allow cross compilation. (#1182)

This commit is contained in:
Unit 193
2023-08-21 11:24:25 +02:00
committed by GitHub
parent fd0d2e3353
commit d49c75370a
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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