nixprime / cpsm

A CtrlP matcher, specialized for paths.
Apache License 2.0
202 stars 19 forks source link

Building on cygwin #10

Closed Chronial closed 9 years ago

Chronial commented 9 years ago

Building on cygwin works fine (with the cygwin setup.exe boost), but the output file has the wrong name. The generated python module file is called cpsm_py.so, but should be called cpsm_py.dll.

As a result, the matcher fails silently (just returns "0" as the only match). Renaming the file fixes the problem.

nixprime commented 9 years ago

I think this is due to an entirely unnecessary override in the CMake build file :/