Skip to content

Commit

Permalink
Toolchain: Remove dependency on gnu-sed for Clang on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
EWouters authored and ADKaster committed Sep 17, 2023
1 parent b99e0b9 commit 05d8e2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Toolchain/BuildClang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ elif [ "$SYSTEM_NAME" = "Darwin" ]; then
MD5SUM="md5 -q"
REALPATH="grealpath" # GNU coreutils
INSTALL="ginstall" # GNU coreutils
SED="gsed" # GNU sed
fi

NPROC=$(get_number_of_processing_units)
Expand Down

0 comments on commit 05d8e2f

Please sign in to comment.