mirror of
https://github.com/helix-editor/helix
synced 2026-08-10 04:14:17 +02:00
Even though there is a check for `is_like_msvc`, when setting `CXX` to `clang++` this will miss that check and try to use `-fPIC`, which is an invlaid flag for the target.