Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
refs/heads/YUNDONG_BASE1.0
/
.
/
tools
/
mklibs
/
patches
/
011-remove_multiarch.patch
blob: 8c0bfdf1a09a47d9c2f3a7fc1419057991df0880 [
file
] [
log
] [
blame
]
---
a
/
src
/
mklibs
+++
b
/
src
/
mklibs
@@
-
269
,
6
+
269
,
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'
],