mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Allow cross compilation. (#1182)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user