Quoting Emil Velikov (2017-12-15 09:35:03)
> 
> Not to mention that distributions (Debian for example) allow multiple
> versions to coexist, naming the binary - llvm-config-$version.
> 

Just to add information, meson will try (with 0.44.0):
llvm-config, reversed(llvm-config-${3.5-5.0}), reversed(llvm-config${35-50}),
llvm-config-6.0, llvm-config-devel in that order

with 0.43.0 and 0.42.x:
llvm-config, reversed(llvm-config-${3.5-4.0}), reversed(llvm-config${35-40}),
llvm-config-5.0, llvm-config-devel in that order

Which should cover Debian derivatives and FreeBSD, at least thats what the
Debian and FreeBSD guys who added those patches said :)

Dylan

Attachment: signature.asc
Description: signature

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to