index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2019-03-02 15:41:25 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-03-07 11:12:12 +1000 |
commit | 40391c564a97b10362ee7cbcf07faac03549d2ca (patch) | |
tree | 57afa89750f70177549d2b4a8b2b227cc1c8657e /meson.build | |
parent | 2883b869c72102bf00b4dc14f663c2f322736bc0 (diff) |
-rw-r--r-- | meson.build | 8 |
diff --git a/meson.build b/meson.build index 0f706c64..b810e2fb 100644 --- a/meson.build +++ b/meson.build @@ -404,14 +404,6 @@ executable( ) executable( - 'cleanupdelta', - cleanupdelta_sources, - include_directories : includes, - link_with : [libalpm], - install : true, -) - -executable( 'testpkg', testpkg_sources, include_directories : includes, |