diff options
| author | Alejandro Sior <aho@sior.be> | 2022-08-07 14:20:57 +0200 |
|---|---|---|
| committer | Alejandro Sior <aho@sior.be> | 2022-08-07 14:20:57 +0200 |
| commit | d9c76c818d5e476dd4433384e30681fd94e07226 (patch) | |
| tree | 2af2d86bdb6fae58aeea1108b39cfafacb9eb51b /test | |
| parent | 15d0899caddfbd711d841d182b850a2b26c51e53 (diff) | |
cook: take dependencies from pkgconfig too
Diffstat (limited to 'test')
| -rw-r--r-- | test/.build | 8 |
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 |
