aboutsummaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
Diffstat (limited to 'default.bld')
-rw-r--r--default.bld5
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
175target ["tests/lzma"]
176{
177 LDFLAGS += "-llzma";
178}
179
175target ["tests/itoserver", "tests/socketblock", "tests/itoheap", 180target ["tests/itoserver", "tests/socketblock", "tests/itoheap",
176 "tests/itoqueue1", "tests/itoqueue2", "tests/conduit"] 181 "tests/itoqueue1", "tests/itoqueue2", "tests/conduit"]
177{ 182{