changed STATIC_LIB_FILE
This commit is contained in:
parent
fbc209dda9
commit
804d1295a2
@ -24,7 +24,7 @@ ENABLED_DEPENDENCIES=''
|
|||||||
# └── profile/ - gcc *.gcda profiling info files
|
# └── profile/ - gcc *.gcda profiling info files
|
||||||
OBJDIR="obj"
|
OBJDIR="obj"
|
||||||
OUTDIR="bin"
|
OUTDIR="bin"
|
||||||
STATIC_LIB_FILE="lib$PROJECT.a"
|
STATIC_LIB_FILE="$PROJECT.a"
|
||||||
|
|
||||||
INCLUDE="-I./include"
|
INCLUDE="-I./include"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user