From 2545d1f2a82bc7c23abc0034958b169f9fffe613 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 19 Nov 2010 23:48:03 +0000 Subject: MyriadFs is starting out...but the FUSE system is...akward at best. --- default.bld | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'default.bld') diff --git a/default.bld b/default.bld index 857e988..50baefb 100644 --- a/default.bld +++ b/default.bld @@ -81,6 +81,22 @@ target "viewcsv" LDFLAGS += "-lncurses"; } +// +// This shouldn't be. Basically, if you set a property on a top level target +// that has children it seems like the items should apply to the children. +// 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/tools/myriadfs.o" +{ + CXXFLAGS += "-D_FILE_OFFSET_BITS=64"; +} + +target "myriadfs" +{ + LDFLAGS += "-lfuse"; +} + // // General Tests // -- cgit v1.2.3