forked from mirrors/nixpkgs
Revert "fix-darwin-dylib-names: Fix all outputs"
This reverts commit 253f3d72c2
.
This commit is contained in:
parent
253f3d72c2
commit
b4830add94
|
@ -10,7 +10,7 @@
|
|||
# their absolute path (using "install_name_tool -id"). It also
|
||||
# rewrites references in other dylibs to absolute paths.
|
||||
|
||||
fixupOutputHooks+=('fixDarwinDylibNamesIn $prefix')
|
||||
postFixupHooks+=('fixDarwinDylibNamesIn $prefix')
|
||||
|
||||
fixDarwinDylibNames() {
|
||||
local flags=()
|
||||
|
|
Loading…
Reference in a new issue