summaryrefslogtreecommitdiff
path: root/test/.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/.build')
-rw-r--r--test/.build8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/.build b/test/.build
index b76f85b..f616f70 100644
--- a/test/.build
+++ b/test/.build
@@ -1,2 +1,6 @@
-mod.src("main.c", "hai.c")
-mod.mkdep(shared_libs = ["Mrm", "Uil", "Xm", "Xt"]) \ No newline at end of file
+mod.link(
+ "Mrm", "Uil", "Xm", "Xt",
+ "libpcre"
+)
+
+mod.src("main.c", "hai.c") \ No newline at end of file