summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2022-08-07 14:20:57 +0200
committerAlejandro Sior <aho@sior.be>2022-08-07 14:20:57 +0200
commitd9c76c818d5e476dd4433384e30681fd94e07226 (patch)
tree2af2d86bdb6fae58aeea1108b39cfafacb9eb51b /test
parent15d0899caddfbd711d841d182b850a2b26c51e53 (diff)
cook: take dependencies from pkgconfig too
Diffstat (limited to 'test')
-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