mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

Turns out Ubuntu 20.04 has both `libenchant` and `libenchant-2`. To keep compiling against `libenchant` everywhere it exists, we change the `aptIfElse` helper method to pick one or another.