diff options
| author | Alejandro Sior <aho@sior.be> | 2022-08-07 14:29:10 +0200 |
|---|---|---|
| committer | Alejandro Sior <aho@sior.be> | 2022-08-07 14:29:10 +0200 |
| commit | e3f26569e012bc961bc355d25c731303856fec04 (patch) | |
| tree | 3ea87640ce99ea56af31584a9ed320a2ff2f80d8 /test | |
| parent | 7e75a1223a66f1b062cc01f666b6a846a7da830f (diff) | |
cook: check if output of pkgconfig is not empty string
Diffstat (limited to 'test')
| -rw-r--r-- | test/.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/.build b/test/.build index f616f70..94be6b4 100644 --- a/test/.build +++ b/test/.build @@ -1,6 +1,5 @@ mod.link( - "Mrm", "Uil", "Xm", "Xt", - "libpcre" + "Mrm", "Uil", "Xm", "Xt", "libpcre" ) mod.src("main.c", "hai.c")
\ No newline at end of file |
