Skip to content

Commit

Permalink
Use make on i system (#8178)
Browse files Browse the repository at this point in the history
Co-authored-by: GavinZhang <zhanggan@cn.ibm.com>
  • Loading branch information
zheddie and GavinGZhang committed Aug 18, 2022
1 parent 93966b0 commit 40a10c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python-package/setup.py
Expand Up @@ -171,6 +171,8 @@ def build_cmake_extension(self) -> None:
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.
Expand Down

0 comments on commit 40a10c2

Please sign in to comment.