mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
fix-darwin-dylib-names: Fix all outputs
This fixes the install names of the Boost dylibs on Darwin.
This commit is contained in:
parent
7c8410b196
commit
253f3d72c2
@ -10,7 +10,7 @@
|
|||||||
# their absolute path (using "install_name_tool -id"). It also
|
# their absolute path (using "install_name_tool -id"). It also
|
||||||
# rewrites references in other dylibs to absolute paths.
|
# rewrites references in other dylibs to absolute paths.
|
||||||
|
|
||||||
postFixupHooks+=('fixDarwinDylibNamesIn $prefix')
|
fixupOutputHooks+=('fixDarwinDylibNamesIn $prefix')
|
||||||
|
|
||||||
fixDarwinDylibNames() {
|
fixDarwinDylibNames() {
|
||||||
local flags=()
|
local flags=()
|
||||||
|
Loading…
Reference in New Issue
Block a user