call_task
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
source cbuild/init.sh
|
||||
|
||||
print "${CYAN}==========[build_static_lib]==========\n"
|
||||
compile_c "$BUILD_STATIC_LIB_C_ARGS" "$SRC_C"
|
||||
compile_cpp "$BUILD_STATIC_LIB_CPP_ARGS" "$SRC_CPP"
|
||||
compile_c "$C_ARGS" "$SRC_C"
|
||||
compile_cpp "$CPP_ARGS" "$SRC_CPP"
|
||||
pack_static_lib "$STATIC_LIB_FILE"
|
||||
|
||||
Reference in New Issue
Block a user