Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Improvements for better compatibility with ebuild.sh
Bringing it into full compliance with ebuild.sh
  • Loading branch information
YBronst authored Sep 8, 2025
commit c3e539bb00805fe7b6121379f23c0cc6d75a589d
4 changes: 2 additions & 2 deletions buildme
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ if [[ "$SYSNAME" == Linux ]]; then
local TOOLCHAIN_DIR=${TOOLCHAIN_DIR:-/usr}
elif [[ "$SYSNAME" == Darwin ]]; then
pathmunge "$(xcode-select --print-path)/usr/bin"
if [[ -d "$BASE_DIR/opt/local" ]]; then
TOOLCHAIN_DIR="$BASE_DIR/opt/local"
if [[ -d "$BASE_DIR/../opt/local" ]]; then
TOOLCHAIN_DIR="$BASE_DIR/../opt/local"
else
TOOLCHAIN_DIR=${TOOLCHAIN_DIR:-"$CLOVERROOT/toolchain"}
fi
Expand Down
Loading