Changes between Initial Version and Version 1 of Ticket #63385, comment 2


Ignore:
Timestamp:
Aug 17, 2021, 6:23:15 PM (3 years ago)
Author:
Gcenx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63385, comment 2

    initial v1  
    11The problem is this section here;
    22{{{
     3
    34        if {![some_llvm_variant_set] && ${os.major} >= 9} {
    45            default_variants +llvm90
    56        }
     7
     8        if {![some_llvm_variant_set] && ${os.major} >= 9} {
     9            pre-fetch {
     10                ui_error "Your platform cannot be configured without LTO support in ld64.  Please enable one of the llvmXX variants, and try again."
     11                return -code error "Your platform cannot be configured without LTO support in ld64.  Please enable one of the llvmXX variants, and try again."
     12            }
     13        }
     14    }
    615}}}
    716When I’ve tried to install ld64 on macOS Mojave (due to ffmpeg) it becomes +ld64_Xcode and then +llvm-9.0 also gets added