diff options
Diffstat (limited to '')
-rw-r--r-- | default.bld | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/default.bld b/default.bld index 1b6eb4d..18a2d72 100644 --- a/default.bld +++ b/default.bld | |||
@@ -172,6 +172,11 @@ target ["tests/deflate"] | |||
172 | LDFLAGS += "-lz"; | 172 | LDFLAGS += "-lz"; |
173 | } | 173 | } |
174 | 174 | ||
175 | target ["tests/lzma"] | ||
176 | { | ||
177 | LDFLAGS += "-llzma"; | ||
178 | } | ||
179 | |||
175 | target ["tests/itoserver", "tests/socketblock", "tests/itoheap", | 180 | target ["tests/itoserver", "tests/socketblock", "tests/itoheap", |
176 | "tests/itoqueue1", "tests/itoqueue2", "tests/conduit"] | 181 | "tests/itoqueue1", "tests/itoqueue2", "tests/conduit"] |
177 | { | 182 | { |