1
0
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:
Unit 193
2023-08-21 05:24:25 -04:00
committed by GitHub
parent fd0d2e3353
commit d49c75370a
3 changed files with 6 additions and 5 deletions

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