diff options
Diffstat (limited to 'default.bld')
-rw-r--r-- | default.bld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.bld b/default.bld index ae6c61b..d78fbd3 100644 --- a/default.bld +++ b/default.bld | |||
@@ -46,7 +46,7 @@ target files("src/unit/*.unit").replace("src/","").replace(".unit","") | |||
46 | requires "libbu++.a"; | 46 | requires "libbu++.a"; |
47 | tag ["tests", "unit tests"]; | 47 | tag ["tests", "unit tests"]; |
48 | CXXFLAGS += "-I."; | 48 | CXXFLAGS += "-I."; |
49 | LDFLAGS += "-L. -lbu++ -lgats"; | 49 | LDFLAGS += "-L. -lgats -lbu++"; |
50 | } | 50 | } |
51 | 51 | ||
52 | rule "unit" | 52 | rule "unit" |