mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:14:58 +00:00
Toolchain: Remove dependency on gnu-sed
for Clang on Darwin
This commit is contained in:
parent
b99e0b95c0
commit
05d8e2f6f8
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue