Build llvm-amdgpu's libcxx with cmake --build (#31403)

CMAKE_GENERATOR may be set to something other than "Unix Makefiles" in
which case the build would fail because there is no Makefile for make to
build.
This commit is contained in:
Mikael Simberg
2022-07-05 10:52:52 +02:00
committed by GitHub
parent f932a832ac
commit 8cf7241b64

View File

@@ -202,4 +202,4 @@ def post_install(self):
]
cmake_args.extend(self.cmake_args())
cmake(*cmake_args)
make()
cmake("--build", ".")