mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Toolchain: Remove dependency on gnu-sed
for Clang on Darwin
This commit is contained in:
parent
b99e0b95c0
commit
05d8e2f6f8
Notes:
sideshowbarker
2024-07-18 05:37:06 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/05d8e2f6f8 Pull-request: https://github.com/SerenityOS/serenity/pull/21031 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/juniorrantila
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…
Reference in a new issue