Fix indent
PiperOrigin-RevId: 522715076
This commit is contained in:
parent
2efcf30eea
commit
e19b49ba13
6
setup.py
6
setup.py
|
@ -368,9 +368,9 @@ class BuildExtension(build_ext.build_ext):
|
||||||
]
|
]
|
||||||
if subprocess.call(lipo_command) != 0:
|
if subprocess.call(lipo_command) != 0:
|
||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
else:
|
else:
|
||||||
for ext in self.extensions:
|
for ext in self.extensions:
|
||||||
self._build_binary(ext)
|
self._build_binary(ext)
|
||||||
build_ext.build_ext.run(self)
|
build_ext.build_ext.run(self)
|
||||||
|
|
||||||
def _build_binary(self, ext, extra_args=None):
|
def _build_binary(self, ext, extra_args=None):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user