From 499cdaf05204a40d86e0e1b4dd32709b3ab67e20 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 15 Jul 2024 12:59:18 -0700 Subject: MyriadFs improvements and new helper tool. I think the interface could be a lot better...but it does work and we can use it examine and work with MyriadFs files. --- default.bld | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'default.bld') diff --git a/default.bld b/default.bld index aed9dee..07b562c 100644 --- a/default.bld +++ b/default.bld @@ -54,9 +54,9 @@ action "unit" build: targets("unit tests"); } -action "myriadfs" +action "mount.myriadfs" { - build: "myriadfs"; + build: "mount.myriadfs"; } target ["src/autoconfig.h", "src/version.h"] @@ -181,12 +181,12 @@ target files("src/extra/*.cpp").replace("src/extra/","").replace(".cpp","") // I'm honestly not 100% sure what the policy should be yet, but this seems like // I shouldn't have to do it this way. // -target "src/extra/myriadfs.o" +target "src/extra/mount.myriadfs.o" { CXXFLAGS += "-D_FILE_OFFSET_BITS=64"; } -target "myriadfs" +target "mount.myriadfs" { LDFLAGS += "-lfuse -lpthread"; } -- cgit v1.2.3