aboutsummaryrefslogtreecommitdiff
path: root/c++-libbu++/default.bld
diff options
context:
space:
mode:
Diffstat (limited to 'c++-libbu++/default.bld')
-rw-r--r--c++-libbu++/default.bld1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++-libbu++/default.bld b/c++-libbu++/default.bld
index 5a09a55..e6d1380 100644
--- a/c++-libbu++/default.bld
+++ b/c++-libbu++/default.bld
@@ -52,6 +52,7 @@ target "gatsc"
52{ 52{
53 rule "exe"; 53 rule "exe";
54 input files("src/gatsc/*.cpp"); 54 input files("src/gatsc/*.cpp");
55 requires "libgats.a";
55 CXXFLAGS += "-I. -Ilibbu++"; 56 CXXFLAGS += "-I. -Ilibbu++";
56 LDFLAGS += "-L. -lgats -lbu++"; 57 LDFLAGS += "-L. -lgats -lbu++";
57} 58}