mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-06 20:58:30 +00:00
Fixes path used to find SDK
This commit is contained in:
parent
182713f423
commit
995fc89866
@ -43,7 +43,7 @@ if [ $valid_flag -eq "0" ]; then
|
|||||||
|
|
||||||
prompt="Select SDK to use:"
|
prompt="Select SDK to use:"
|
||||||
|
|
||||||
loc1=( $(find /Applications/XCode.app -type d -name "MacOSX10.*.sdk") )
|
loc1=( $(find /Applications/Xcode.app -type l -name "MacOSX10.*.sdk") )
|
||||||
loc2=( $(find /Developer/SDKs -maxdepth 1 -type d -name "MacOSX10.*.sdk") )
|
loc2=( $(find /Developer/SDKs -maxdepth 1 -type d -name "MacOSX10.*.sdk") )
|
||||||
|
|
||||||
options=("${loc1[@]}" "${loc2[@]}")
|
options=("${loc1[@]}" "${loc2[@]}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user