mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
Merge pull request #237429 from reckenrode/cctools-llvm-fix
cctools-llvm: fix build with clang 16
This commit is contained in:
commit
145b374fd2
@ -97,7 +97,7 @@ stdenv.mkDerivation {
|
||||
|
||||
${linkManPages (lib.getMan cctools-port) "ld64" "ld64"}
|
||||
${lib.optionalString (!useLLVMOtool) # The actual man page for otool in cctools is llvm-otool
|
||||
linkManPages (lib.getMan cctools-port) "llvm-otool" "llvm-otool"}
|
||||
(linkManPages (lib.getMan cctools-port) "llvm-otool" "llvm-otool")}
|
||||
'';
|
||||
|
||||
passthru = { inherit targetPrefix; };
|
||||
|
Loading…
Reference in New Issue
Block a user