mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:38:13 +00:00
Build: Add FreeBSD support (#1492)
This commit is contained in:
parent
bceabd7c4b
commit
c64b5e73f5
5 changed files with 18 additions and 3 deletions
|
@ -20,7 +20,7 @@ sudo id
|
|||
|
||||
MAKE="make"
|
||||
|
||||
if [ "$(uname -s)" = "OpenBSD" ]; then
|
||||
if [ "$(uname -s)" = "OpenBSD" ] || [ "$(uname -s)" = "FreeBSD" ]; then
|
||||
MAKE="gmake"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue