Xcode-only path adjustments should be the same in both environments
This commit is contained in:
parent
71055aa073
commit
4b335eb2df
@ -71,8 +71,8 @@ module Stdenv
|
|||||||
macosxsdk MacOS.version
|
macosxsdk MacOS.version
|
||||||
|
|
||||||
if MacOS::Xcode.without_clt?
|
if MacOS::Xcode.without_clt?
|
||||||
|
append_path "PATH", "#{MacOS::Xcode.prefix}/usr/bin"
|
||||||
append_path "PATH", "#{MacOS::Xcode.toolchain_path}/usr/bin"
|
append_path "PATH", "#{MacOS::Xcode.toolchain_path}/usr/bin"
|
||||||
append_path 'PATH', MacOS.dev_tools_path
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user