mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 20:14:39 +02:00
11 lines
278 B
Diff
11 lines
278 B
Diff
|
--- 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'],
|