aboutsummaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2013-02-25 04:40:35 +0000
committerMike Buland <eichlan@xagasoft.com>2013-02-25 04:40:35 +0000
commit4a02bc8b79acc2978ed53e2432a656dc20eb7998 (patch)
treeeac61452487be63372eee31f3984a14fbd2f3cd6 /default.bld
parent180bee907a63817196b9e3ec8472603c8b5b8756 (diff)
downloadlibbu++-4a02bc8b79acc2978ed53e2432a656dc20eb7998.tar.gz
libbu++-4a02bc8b79acc2978ed53e2432a656dc20eb7998.tar.bz2
libbu++-4a02bc8b79acc2978ed53e2432a656dc20eb7998.tar.xz
libbu++-4a02bc8b79acc2978ed53e2432a656dc20eb7998.zip
More things in the default.bld just include pthreads now. It just makes sense.
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 4dd27d0..c334388 100644
--- a/default.bld
+++ b/default.bld
@@ -143,7 +143,7 @@ target files("src/tools/*.cpp").replace("src/tools/","").replace(".cpp","")
143 requires "libbu++.a"; 143 requires "libbu++.a";
144 tag "tools"; 144 tag "tools";
145 CXXFLAGS += "-I."; 145 CXXFLAGS += "-I.";
146 LDFLAGS += "-L. -lbu++"; 146 LDFLAGS += "-L. -lbu++ -lpthread";
147} 147}
148 148
149target "viewcsv" 149target "viewcsv"
@@ -228,7 +228,7 @@ target files("src/unit/*.unit").replace("src/","").replace(".unit","")
228 requires "libbu++.a"; 228 requires "libbu++.a";
229 tag ["tests", "unit tests"]; 229 tag ["tests", "unit tests"];
230 CXXFLAGS += "-I."; 230 CXXFLAGS += "-I.";
231 LDFLAGS += "-L. -lbu++"; 231 LDFLAGS += "-L. -lbu++ -lpthread";
232} 232}
233 233
234rule "unit" 234rule "unit"