SerenityOS build: Sunday, September 10
Images 💾⌗
- serenity-x86_64-20230910-9b7aa8f.img.gz (Raw image, 185.86 MiB)
Last commit ⭐⌗
commit 9b7aa8f6b6588d745e757923dc2f3ef6b665ffd8
Author: Dan Klishch <danilklishch@gmail.com>
AuthorDate: Sat Sep 9 14:26:31 2023 -0400
Commit: Andrew Kaster <akaster@serenityos.org>
CommitDate: Sat Sep 9 13:38:06 2023 -0600
Meta: Do not spam "<compiler-name>: command not found"
In bd7d01e9, Meta/serenity.sh started checking cc and cxx if CC or CXX
respectively are not set in the environment. My machine does not have
cxx symlink in PATH, so every invocation of the script resulted in
the "cxx: command not found" message outputted to stderr, and that
became quite annoying.
Other builds