Clarify _find_library() usage

This commit is contained in:
Tushar Gohad 2016-02-13 16:24:29 +00:00
parent 6f7454ef14
commit f44df21404
1 changed files with 2 additions and 0 deletions

View File

@ -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: