diff options
Diffstat (limited to '')
-rw-r--r-- | default.bld | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/default.bld b/default.bld index 857e988..50baefb 100644 --- a/default.bld +++ b/default.bld | |||
@@ -82,6 +82,22 @@ target "viewcsv" | |||
82 | } | 82 | } |
83 | 83 | ||
84 | // | 84 | // |
85 | // This shouldn't be. Basically, if you set a property on a top level target | ||
86 | // that has children it seems like the items should apply to the children. | ||
87 | // I'm honestly not 100% sure what the policy should be yet, but this seems like | ||
88 | // I shouldn't have to do it this way. | ||
89 | // | ||
90 | target "src/tools/myriadfs.o" | ||
91 | { | ||
92 | CXXFLAGS += "-D_FILE_OFFSET_BITS=64"; | ||
93 | } | ||
94 | |||
95 | target "myriadfs" | ||
96 | { | ||
97 | LDFLAGS += "-lfuse"; | ||
98 | } | ||
99 | |||
100 | // | ||
85 | // General Tests | 101 | // General Tests |
86 | // | 102 | // |
87 | 103 | ||