mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
darwin: Allow xz to live anywhere.
This commit is contained in:
parent
f723e7171f
commit
34d7e0cc71
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user