Kirill Simonov schrieb:
> I've written a pure Python module, which could optionally use an
> external C library. The external library is not required to be on the
> user computer however, so I'd like not to build the bindings by default,
> but allow a user to turn the build on by specifying some pa
Hi,
I've written a pure Python module, which could optionally use an
external C library. The external library is not required to be on the
user computer however, so I'd like not to build the bindings by default,
but allow a user to turn the build on by specifying some parameter to
`setup.py`. Basi