Use make on i system (#8178)
Co-authored-by: GavinZhang <zhanggan@cn.ibm.com>
This commit is contained in:
parent
93966b0d19
commit
40a10c217d
@ -171,6 +171,8 @@ class BuildExt(build_ext.build_ext): # pylint: disable=too-many-ancestors
|
||||
build_tool = 'ninja'
|
||||
else:
|
||||
build_tool = 'make'
|
||||
if sys.platform.startswith('os400'):
|
||||
build_tool = 'make'
|
||||
|
||||
if system() == 'Windows':
|
||||
# Pick up from LGB, just test every possible tool chain.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user