blob: 8c0bfdf1a09a47d9c2f3a7fc1419057991df0880 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- 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'],