Skip to content

Conversation

@ararslan
Copy link
Member

@ararslan ararslan commented Jul 9, 2024

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.

A couple of the changes made in PR 54538 were incorrect. In particular,
non-LLVM libunwind does not use CMake and Make flags were being passed
to CMake in zlib.
@ararslan ararslan added building Build system, or building Julia or its dependencies bugfix This change fixes an existing bug external dependencies Involves LLVM, OpenBLAS, or other linked libraries labels Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix This change fixes an existing bug building Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants