You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix some dependency build issues with USE_BINARYBUILDER=0 (#55091)
A couple of the changes made in #54538 were incorrect. In particular:
- libunwind (non-LLVM) does not use CMake, so the `$(CMAKE) --build` is
simply reverted here back to `$(MAKE) -C`.
- zlib does use CMake but regular Make flags were being passed to its
`$(CMAKE) --build`. Those can just be dropped since it's already getting
the proper CMake flags.
0 commit comments