1
Fork 0
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:
BenJilks 2020-03-21 08:46:30 +00:00 committed by GitHub
parent bceabd7c4b
commit c64b5e73f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 3 deletions

View file

@ -20,7 +20,7 @@ sudo id
MAKE="make"
if [ "$(uname -s)" = "OpenBSD" ]; then
if [ "$(uname -s)" = "OpenBSD" ] || [ "$(uname -s)" = "FreeBSD" ]; then
MAKE="gmake"
fi