changed bearssl out dir to the git-ignored one

This commit is contained in:
2025-08-08 21:46:54 +03:00
parent a19c5f7023
commit 07c53c9046
2 changed files with 7 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ ENABLED_DEPENDENCIES=''
# ├── static_libs/ - Symbolic links to dynamic libraries used by linker. Cleans on each call of build task.
# └── profile/ - gcc *.gcda profiling info files
OBJDIR="obj"
OUTDIR="bin"
OUTDIR="../bin"
STATIC_LIB_FILE="lib$PROJECT.a"
INCLUDE="-I./src -I./inc"