aboutsummaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--default.bld2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.bld b/default.bld
index cb5a4d9..857e988 100644
--- a/default.bld
+++ b/default.bld
@@ -97,7 +97,7 @@ target files("src/tests/*.cpp").replace("src/","").replace(".cpp","")
97 97
98// Some tests need extra libs and whatnot, that goes here. 98// Some tests need extra libs and whatnot, that goes here.
99 99
100target "tests/bzip2" 100target ["tests/bzip2", "tests/streamstack"]
101{ 101{
102 LDFLAGS += "-lbz2"; 102 LDFLAGS += "-lbz2";
103} 103}