some fixes
This commit is contained in:
parent
018f34f15d
commit
bab334b928
@ -40,7 +40,7 @@ case $TASK in
|
|||||||
LINKER_ARGS="-Wl,-soname,$SHARED_LIB_FILE"
|
LINKER_ARGS="-Wl,-soname,$SHARED_LIB_FILE"
|
||||||
TASK_SCRIPT="cbuild/build_shared_lib.sh"
|
TASK_SCRIPT="cbuild/build_shared_lib.sh"
|
||||||
;;
|
;;
|
||||||
build_shared_lib_dbg
|
build_shared_lib_dbg)
|
||||||
C_ARGS="-O0 -g -fpic -shared"
|
C_ARGS="-O0 -g -fpic -shared"
|
||||||
CPP_ARGS="$C_ARGS"
|
CPP_ARGS="$C_ARGS"
|
||||||
LINKER_ARGS="-Wl,-soname,$SHARED_LIB_FILE"
|
LINKER_ARGS="-Wl,-soname,$SHARED_LIB_FILE"
|
||||||
|
|||||||
3
init.sh
3
init.sh
@ -19,9 +19,10 @@ if [ ! -f ".config" ]; then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
source .config
|
source .config
|
||||||
|
|
||||||
#version check
|
#version check
|
||||||
if [ ! $CONFIG_VER -eq 2 ]; then
|
if [ ! $CONFIG_VER -eq 2 ]; then
|
||||||
print "${RED}Your config version isn't correct"
|
print "${RED}Your config version isn't correct\n"
|
||||||
while true; do
|
while true; do
|
||||||
print "${WHITE}Backup current config and create default one? (y/n) "
|
print "${WHITE}Backup current config and create default one? (y/n) "
|
||||||
read answ
|
read answ
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user