diff --git a/setup.py b/setup.py index 6d0173b..1f3295b 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,8 @@ platform_str = platform.platform() default_python_incdir = get_python_inc() +# this is to be used only for library existence/version checks, +# not for rpath handling def _find_library(name): target_lib = find_library(name) if platform_str.find("Darwin") > -1: