updated tlibc

This commit is contained in:
2025-07-21 16:24:13 +03:00
parent 992fcf6b98
commit bce385a4b5
6 changed files with 17 additions and 20 deletions

View File

@@ -26,7 +26,7 @@ OBJDIR="obj"
OUTDIR="bin"
STATIC_LIB_FILE="lib$PROJECT.a"
INCLUDE="-I./src -I./dependencies"
INCLUDE="-I./src -I./dependencies -I./dependencies/tlibc/include"
# OS-specific options
case "$OS" in