added path_fix_separators

This commit is contained in:
2026-06-07 21:55:13 +05:00
parent 82a6293f21
commit efa4a24304
5 changed files with 19 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ OBJDIR="obj"
OUTDIR="bin"
STATIC_LIB_FILE="$PROJECT.a"
INCLUDE="-I./include"
INCLUDE="-Iinclude"
# OS-specific options
case "$OS" in