mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 04:15:23 +03:00
be4b20c14d
GCC installs a fixed version of the <limits.h> header as per https://gcc.gnu.org/onlinedocs/gcc/Fixed-Headers.html. The fixed header doesn't include the target's <limits.h> which in turn means that some definitions (such as PATH_MAX) aren't available. This change requires rebuilding the toolchain (Toolchain/BuildIt.sh). This fixes the flatbuffers port. The commit also removes some non-standard defines (U*_MIN) which don't appear to be used anywhere. By definition they're always 0 though so they're not strictly necessary. |
||
---|---|---|
.. | ||
Applets | ||
Applications | ||
Demos | ||
DevTools | ||
DynamicLoader | ||
Games | ||
Libraries | ||
Services | ||
Shell | ||
Tests | ||
Utilities | ||
CMakeLists.txt |