mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Toolchain: Remove dependency on gnu-sed for Clang on Darwin
This commit is contained in:
@@ -36,7 +36,6 @@ elif [ "$SYSTEM_NAME" = "Darwin" ]; then
|
|||||||
MD5SUM="md5 -q"
|
MD5SUM="md5 -q"
|
||||||
REALPATH="grealpath" # GNU coreutils
|
REALPATH="grealpath" # GNU coreutils
|
||||||
INSTALL="ginstall" # GNU coreutils
|
INSTALL="ginstall" # GNU coreutils
|
||||||
SED="gsed" # GNU sed
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
NPROC=$(get_number_of_processing_units)
|
NPROC=$(get_number_of_processing_units)
|
||||||
|
|||||||
Reference in New Issue
Block a user