darwin: Allow xz to live anywhere.

This commit is contained in:
Chris Johns 2017-10-23 15:32:12 +11:00
parent f723e7171f
commit 34d7e0cc71

View File

@ -53,7 +53,7 @@ def load():
'_prefix': ('dir', 'optional', '%{_usr}'),
'__ldconfig': ('exe', 'none', ''),
'__cvs': ('exe', 'optional', 'cvs'),
'__xz': ('exe', 'required', '%{_usr}/bin/xz'),
'__xz': ('exe', 'required', 'xz'),
'with_zlib': ('none', 'none', '--with-zlib=no'),
'_forced_static': ('none', 'none', ''),
'_ld_library_path': ('none', 'none', 'DYLD_LIBRARY_PATH')