Skip to content

Commit

Permalink
Fix crossterm compilation on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Aug 6, 2024
1 parent 7091857 commit 6ba46e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion helix-term/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
libc = "0.2.155"

[target.'cfg(target_os = "macos")'.dependencies]
crossterm = { version = "0.28", features = ["event-stream", "use-dev-tty"] }
crossterm = { version = "0.28", features = ["event-stream", "use-dev-tty", "libc"] }

[build-dependencies]
helix-loader = { path = "../helix-loader" }
Expand Down

0 comments on commit 6ba46e5

Please sign in to comment.