Merge pull request #237429 from reckenrode/cctools-llvm-fix

cctools-llvm: fix build with clang 16
This commit is contained in:
Weijia Wang 2023-06-13 01:22:17 +03:00 committed by GitHub
commit 145b374fd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; };