changed bearssl out dir to the git-ignored one
This commit is contained in:
2
dependencies/bearssl.project.config
vendored
2
dependencies/bearssl.project.config
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user