mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03: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
bda440a7b3
commit
9c579f691f
@ -10,7 +10,7 @@
|
||||
# their absolute path (using "install_name_tool -id"). It also
|
||||
# rewrites references in other dylibs to absolute paths.
|
||||
|
||||
postFixupHooks+=('fixDarwinDylibNamesIn $prefix')
|
||||
fixupOutputHooks+=('fixDarwinDylibNamesIn $prefix')
|
||||
|
||||
fixDarwinDylibNames() {
|
||||
local flags=()
|
||||
|
Loading…
Reference in New Issue
Block a user