You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/src/mklibs
|
|
+++ b/src/mklibs
|
|
@@ -263,6 +263,7 @@ def extract_soname(so_file):
|
|
return ""
|
|
|
|
def multiarch(paths):
|
|
+ return paths
|
|
devnull = open('/dev/null', 'w')
|
|
dpkg_architecture = subprocess.Popen(
|
|
['dpkg-architecture', '-qDEB_HOST_MULTIARCH'],
|
|
|