Skip to content
Snippets Groups Projects
Commit 9a2b95f2 authored by Joe Garcia's avatar Joe Garcia
Browse files

block dwarf symbol repathing

parent 1ab2f6f9
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,9 @@ def ismacho(path):
if h.filetype=='dylib_stub':
print (path+" is a stub. can't rpath it")
return False#suspected stub
if h.filetype=="dsym":
print (path+" is a DWARF symbol table. can't rpath it")
return False
return True
except:
return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment