mirror of
https://github.com/termux/termux-packages.git
synced 2025-06-03 15:25:17 +00:00
12 lines
380 B
Diff
12 lines
380 B
Diff
--- a/chrome/browser/download/download_status_updater_linux.cc
|
|
+++ b/chrome/browser/download/download_status_updater_linux.cc
|
|
@@ -77,6 +77,8 @@
|
|
if (!unity_lib)
|
|
unity_lib = dlopen("libunity.so.9", RTLD_LAZY);
|
|
if (!unity_lib)
|
|
+ unity_lib = dlopen("libunity.so", RTLD_LAZY);
|
|
+ if (!unity_lib)
|
|
return;
|
|
|
|
unity_inspector_get_default_func inspector_get_default =
|