aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
Diffstat (limited to 'build.conf')
-rw-r--r--build.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.conf b/build.conf
index 36f1f8b..2f21860 100644
--- a/build.conf
+++ b/build.conf
@@ -40,7 +40,7 @@ filesIn("src/tests") filter regexp("^src/tests/(.*)\\.cpp$", "tests/{re:1}"):
40 set "LDFLAGS" += "-L. -lbu++", 40 set "LDFLAGS" += "-L. -lbu++",
41 input "src/{target}.cpp" 41 input "src/{target}.cpp"
42 42
43["tests/itoqueue1", "tests/itoqueue2", "tests/socketblock"]: 43["tests/itoqueue1", "tests/itoqueue2", "tests/socketblock", "tests/itoserver"]:
44 set "LDFLAGS" += "-lpthread" 44 set "LDFLAGS" += "-lpthread"
45 45
46filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"): 46filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"):