Clarify _find_library() usage
This commit is contained in:
parent
6f7454ef14
commit
f44df21404
2
setup.py
2
setup.py
@ -50,6 +50,8 @@ platform_str = platform.platform()
|
|||||||
default_python_incdir = get_python_inc()
|
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):
|
def _find_library(name):
|
||||||
target_lib = find_library(name)
|
target_lib = find_library(name)
|
||||||
if platform_str.find("Darwin") > -1:
|
if platform_str.find("Darwin") > -1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user