noahness

Results 1 issues of noahness

Workaround `distutils` bug 36353; see https://bugs.python.org/issue36353. On MacOS, the `build_ext` `--rpath` option is getting converted to `-L` rather than `-Wl,-rpath=`. This change sub-classes `build_ext` and correctly passes appropriate rpath options...