b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | --- a/src/mklibs |
2 | +++ b/src/mklibs | ||||
3 | @@ -269,6 +269,7 @@ def extract_soname(so_file): | ||||
4 | return "" | ||||
5 | |||||
6 | def multiarch(paths): | ||||
7 | + return paths | ||||
8 | devnull = open('/dev/null', 'w') | ||||
9 | dpkg_architecture = subprocess.Popen( | ||||
10 | ['dpkg-architecture', '-qDEB_HOST_MULTIARCH'], |