fix: continue unhandled dylib
This commit is contained in:
3
brew.py
3
brew.py
@@ -1415,7 +1415,8 @@ class Fixer:
|
|||||||
elif oldRef.startswith('@@HOMEBREW_PREFIX@@'):
|
elif oldRef.startswith('@@HOMEBREW_PREFIX@@'):
|
||||||
newRef = os.path.relpath(oldRef, repl2)
|
newRef = os.path.relpath(oldRef, repl2)
|
||||||
elif oldRef.startswith('@'):
|
elif oldRef.startswith('@'):
|
||||||
Log.warn('unhandled dylib link', oldRef)
|
Log.debug('unhandled dylib link', oldRef)
|
||||||
|
continue
|
||||||
else:
|
else:
|
||||||
continue # probably fine
|
continue # probably fine
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user