mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
gprbuild: add comment on headerpad_max_install_names
This commit is contained in:
parent
e599123b09
commit
aad2a8af94
@ -42,6 +42,8 @@ stdenv.mkDerivation {
|
||||
];
|
||||
|
||||
env = lib.optionalAttrs stdenv.isDarwin {
|
||||
# Ensure that there is enough space for the `fixDarwinDylibNames` hook to
|
||||
# update the install names of the output dylibs.
|
||||
NIX_LDFLAGS = "-headerpad_max_install_names";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user