fix: continue unhandled dylib

This commit is contained in:
relikd
2025-08-28 10:24:53 +02:00
parent fc5e902d92
commit 9dc9f13d84

View File

@@ -1415,7 +1415,8 @@ class Fixer:
elif oldRef.startswith('@@HOMEBREW_PREFIX@@'):
newRef = os.path.relpath(oldRef, repl2)
elif oldRef.startswith('@'):
Log.warn('unhandled dylib link', oldRef)
Log.debug('unhandled dylib link', oldRef)
continue
else:
continue # probably fine