mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +03:00
commit
c20d24e421
2
setup.py
2
setup.py
|
@ -453,8 +453,6 @@ class pil_build_ext(build_ext):
|
||||||
tmpfile = os.path.join(self.build_temp, 'multiarch')
|
tmpfile = os.path.join(self.build_temp, 'multiarch')
|
||||||
if not os.path.exists(self.build_temp):
|
if not os.path.exists(self.build_temp):
|
||||||
os.makedirs(self.build_temp)
|
os.makedirs(self.build_temp)
|
||||||
ret = os.system('dpkg-architecture -qDEB_HOST_MULTIARCH > %s' %
|
|
||||||
tmpfile)
|
|
||||||
ret = os.system(
|
ret = os.system(
|
||||||
'dpkg-architecture -qDEB_HOST_MULTIARCH > %s 2> /dev/null' %
|
'dpkg-architecture -qDEB_HOST_MULTIARCH > %s 2> /dev/null' %
|
||||||
tmpfile)
|
tmpfile)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user