From f44df21404e42a03020515323186bdf0d393af4b Mon Sep 17 00:00:00 2001 From: Tushar Gohad Date: Sat, 13 Feb 2016 16:24:29 +0000 Subject: [PATCH] Clarify _find_library() usage --- setup.py | 2 ++ 1 file changed, 2 insertions(+) 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: