Skip to content

Commit

Permalink
Corrected stype
Browse files Browse the repository at this point in the history
  • Loading branch information
gcomoretto committed Oct 29, 2018
1 parent 04681ed commit acb9aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/sconsUtils/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def configurePython(self, conf, packages, check=False, build=True):
conf.env.AppendUnique(LIBPATH=[libDir])
conf.env.AppendUnique(LIBPATH=[libDir+'/../..'])
conf.env.AppendUnique(RPATH=[python3rdinclude + '/../../lib'])
conf.env["_RPATH"]='-rpath ' + python3rdinclude + '/../../lib'
conf.env["_RPATH"] = '-rpath ' + python3rdinclude + '/../../lib'
pylibrary = self._get_config_var("LIBRARY")
mat = re.search("(python.*)\.(a|so|dylib)$", pylibrary)
if mat:
Expand Down

0 comments on commit acb9aca

Please sign in to comment.