Skip to content

Commit

Permalink
[xaprepare] drop dependency on libzip-dev on Linunx (#4122)
Browse files Browse the repository at this point in the history
We no longer need the package as `libzip` comes from a nuget now.
  • Loading branch information
grendello authored and jonpryor committed Jan 14, 2020
1 parent c305706 commit 8d7557a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ abstract class LinuxDebianCommon : Linux
new DebianLinuxProgram ("libncurses5-dev"),
new DebianLinuxProgram ("libtool"),
new DebianLinuxProgram ("libz-mingw-w64-dev"),
new DebianLinuxProgram ("libzip-dev"),
new DebianLinuxProgram ("linux-libc-dev"),
new DebianLinuxProgram ("make"),
new DebianLinuxProgram ("ninja-build", "ninja"),
Expand Down

0 comments on commit 8d7557a

Please sign in to comment.