aboutsummaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
Diffstat (limited to 'default.bld')
-rw-r--r--default.bld4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.bld b/default.bld
index 18a2d72..130c1a2 100644
--- a/default.bld
+++ b/default.bld
@@ -162,12 +162,12 @@ target files("src/tests/*.cpp").replace("src/","").replace(".cpp","")
162 162
163// Some tests need extra libs and whatnot, that goes here. 163// Some tests need extra libs and whatnot, that goes here.
164 164
165target ["tests/bzip2", "tests/streamstack", "tests/enc"] 165target ["tests/bzip2", "tests/streamstack"]
166{ 166{
167 LDFLAGS += "-lbz2"; 167 LDFLAGS += "-lbz2";
168} 168}
169 169
170target ["tests/deflate"] 170target ["tests/deflate", "tests/enc"]
171{ 171{
172 LDFLAGS += "-lz"; 172 LDFLAGS += "-lz";
173} 173}