nvim-telescope / telescope-fzf-native.nvim

FZF sorter for telescope written in c
1.4k stars 46 forks source link

Fixed OS detection logic to allow compiling with MYSYS cmake on Windows #121

Closed saggitar closed 7 months ago

saggitar commented 7 months ago

This allows to build on Windows using CMake from Mysys Buildchain, since the CMAKE_SYSTEM_NAME will be "MYSYS" instead of Windows in this case.

Conni2461 commented 7 months ago

thanks :)