diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-10-31 19:47:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-31 19:47:21 +0000 |
commit | 5a8a34304f38bce95ff89824e79c894f15183cbc (patch) | |
tree | cc5fefe015a5f90e12c36bcb4ffb49d5d6a90c10 /Makefile | |
parent | cc1ad49172bfc2ec494c9c79c54f66cc95cd3135 (diff) | |
download | alacritty-5a8a34304f38bce95ff89824e79c894f15183cbc.tar.gz alacritty-5a8a34304f38bce95ff89824e79c894f15183cbc.zip |
Fix deb build
Since cargo-deb builds all members of the workspace by default, it is
necessary that the winpty subcrate can be built on all operating
systems, since it's not possible to have OS-specific workspace members.
To achieve this the crate has been changed to be empty by default on
non-windows systems. It might make sense to do something similar with
winpty-sys, but it's not strictly necessary at this point since we don't
directly depend on it.
This fixes #1716.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions