Commit cf47779
authored
Skip ldd check on ARM Linux (#625)
While the commonly used glibc hack-patch enables kodi on ARM Linux
to use the ChromeOS widevine library ldd will still correctly
fail with an error message because of the missing GLIBC_ABI_DT_RELR
dependency.
This makes the test quite useless on ARM, results in repeated
logspam and the logged error may also be misleading to users.
Signed-off-by: Matthias Reichl <[email protected]>1 parent f72b41c commit cf47779
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
0 commit comments