Updated build script
This commit is contained in:
parent
0b924cdcec
commit
80c9f17256
@ -29,7 +29,7 @@ function exec_script() {
|
||||
begin_task "build_$name" "Building $name"
|
||||
|
||||
echo -e "Building library with script $color_green${1}$color_normal"
|
||||
./${1}
|
||||
library_path="$2" ./${1}
|
||||
if [[ $? -ne 0 ]]; then
|
||||
echo "Failed to build library $name. Status code: $?"
|
||||
exit 1
|
||||
@ -62,7 +62,7 @@ exec_script_external build_libevent.sh event
|
||||
exec_script_external build_boringssl.sh boringssl
|
||||
exec_script_external build_breakpad.sh breakpad
|
||||
exec_script_external build_cxxterminal.sh CXXTerminal "libevent_path=event"
|
||||
exec_script build_datapipes.sh
|
||||
exec_script build_datapipes.sh DataPipes
|
||||
exec_script_external build_ed25519.sh ed25519
|
||||
exec_script_external build_jsoncpp.sh jsoncpp
|
||||
#exec_script build_mysqlconnector.sh
|
||||
|
Loading…
Reference in New Issue
Block a user