diff options
| author | Alejandro Sior <aho@sior.be> | 2022-08-07 13:10:31 +0200 |
|---|---|---|
| committer | Alejandro Sior <aho@sior.be> | 2022-08-07 13:10:31 +0200 |
| commit | 15d0899caddfbd711d841d182b850a2b26c51e53 (patch) | |
| tree | bc8a7642422911ec7abb2c025010fdb7c127debf /test | |
| parent | 5a11f2675177074db05965e366196166943ed725 (diff) | |
cook: (temporary) communicate includes
Diffstat (limited to 'test')
| -rw-r--r-- | test/.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/.build b/test/.build index 1faa6e9..b76f85b 100644 --- a/test/.build +++ b/test/.build @@ -1,2 +1,2 @@ mod.src("main.c", "hai.c") -mod.mkdep(libs = ["Mrm", "Uil", "Xm", "Xt"])
\ No newline at end of file +mod.mkdep(shared_libs = ["Mrm", "Uil", "Xm", "Xt"])
\ No newline at end of file |
