mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 16:28:54 +00:00
Toolchain: Add macOS definitions of MD5SUM and NPROC in BuildIt.sh
This commit is contained in:
parent
f2011ad0dd
commit
491af34d36
Notes:
sideshowbarker
2024-07-17 23:07:41 +09:00
Author: https://github.com/nico
Commit: 491af34d36
Pull-request: https://github.com/SerenityOS/serenity/pull/16925
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/gmta
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ elif [ "$SYSTEM_NAME" = "FreeBSD" ]; then
|
|||
NPROC="sysctl -n hw.ncpu"
|
||||
export with_gmp=/usr/local
|
||||
export with_mpfr=/usr/local
|
||||
elif [ "$SYSTEM_NAME" = "Darwin" ]; then
|
||||
MD5SUM="md5 -q"
|
||||
NPROC="sysctl -n hw.ncpu"
|
||||
fi
|
||||
|
||||
# On at least OpenBSD, the path must exist to call realpath(3) on it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue