You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
499 B
Diff
12 lines
499 B
Diff
--- src/bootstrap/src/core/build_steps/llvm.rs.orig 2023-12-21 09:55:28
|
|
+++ src/bootstrap/src/core/build_steps/llvm.rs 2024-01-01 09:17:49
|
|
@@ -579,6 +579,8 @@
|
|
mut ldflags: LdFlags,
|
|
extra_compiler_flags: &[&str],
|
|
) {
|
|
+ cfg.define("CMAKE_LIBTOOL", "__MACPORTS_PREFIX__/bin/libtool");
|
|
+
|
|
// Do not print installation messages for up-to-date files.
|
|
// LLVM and LLD builds can produce a lot of those and hit CI limits on log size.
|
|
cfg.define("CMAKE_INSTALL_MESSAGE", "LAZY");
|