Files
moss-kernel/scripts/deps
Matthew Leach 76624b8be0 scripts/deps/bash: fix build for later gcc
'bool' has become a reserved keyword in c23.  If gcc is modern enough
that this is the default standard, it results in an error.  Default to
c99 for the host compiler to fix the problem.

Patch suggested by: @dec-mcgraw

Fixes: #43
2025-12-07 16:41:35 +00:00
..
2025-11-25 22:06:39 +01:00
2025-11-25 22:06:39 +01:00

Every executable file in this directory is executed by build-deps.sh.

When writing a new script you can assume you are in the root directory of the project.

Downloads, git repos, etc. should be placed in the build directory. The built binaries should be placed in the build/bin directory.