[here](https://github.com/tuxu/python-samplerate/blob/master/setup.py#L61) CXXFLAGS typically have spaces in them, so they can't be passed using the existing CMAKE_ARGS mechanism. One possible solution is to re-define this variable to pass the Python list string, instead of a space-separated values.