3
0
Fork 0
forked from mirrors/nixpkgs

Revert "fix-darwin-dylib-names: Fix all outputs"

This reverts commit 253f3d72c2.
This commit is contained in:
Eelco Dolstra 2015-03-24 16:27:54 +01:00
parent 253f3d72c2
commit b4830add94

View file

@ -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=()