Skip to content

Commit

Permalink
Modifying sip_configure (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
brawner authored and mlautman committed Nov 2, 2018
1 parent a527d32 commit a6cba30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/sip_configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ def __init__(self):


def custom_platform_lib_function(self, clib, framework=0):
if not clib or clib.isspace():
return None
if os.path.isabs(clib):
return clib
return default_platform_lib_function(self, clib, framework)
Expand Down

0 comments on commit a6cba30

Please sign in to comment.