Browse Source
Update _cmd_build
add newline on stapibuild
pull/50/head
Gorgone
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
support/functions/_cmd_build
|
|
@ -112,12 +112,12 @@ _cmd_build(){ |
|
|
|
"USE_STAPI=1") |
|
|
|
_stapi="-stapi" |
|
|
|
[ -z "$stapi_lib_custom" ] && STAPI_LIB="STAPI_LIB=$sdir/stapi/liboscam_stapi.a" || STAPI_LIB="STAPI_LIB=$sdir/stapi/${stapi_lib_custom}" |
|
|
|
printf "$w_l | LIB : ${c_l}$(basename "$STAPI_LIB")${w_l}";; |
|
|
|
printf "$y_l\n | LIB : ${c_l}$(basename "$STAPI_LIB")${w_l}";; |
|
|
|
"USE_STAPI5=1") |
|
|
|
_stapi5="-stapi5" |
|
|
|
[ "$OPENBOX" == "1" ] && STAPI_LIB="STAPI5_LIB=$sdir/stapi/liboscam_stapi5_OPENBOX.a" && printf "$w_l| LIB : "$c_l"liboscam_stapi5_OPENBOX.a"$w_l |
|
|
|
[ "$UFS916003" == "1" ] && STAPI_LIB="STAPI5_LIB=$sdir/stapi/liboscam_stapi5_UFS916_0.03.a" && printf "$w_l| LIB : "$c_l"liboscam_stapi5_UFS916_0.03.a"$w_l |
|
|
|
[ "$UFS916003" == "0" ] && [ "$OPENBOX" == "0" ] && STAPI_LIB="STAPI5_LIB=$sdir/stapi/liboscam_stapi5_UFS916.a" && printf "$w_l| LIB : "$c_l"liboscam_stapi5_UFS916.a"$w_l;; |
|
|
|
[ "$OPENBOX" == "1" ] && STAPI_LIB="STAPI5_LIB=$sdir/stapi/liboscam_stapi5_OPENBOX.a" && printf "$y_l\n | LIB : "$c_l"liboscam_stapi5_OPENBOX.a"$w_l |
|
|
|
[ "$UFS916003" == "1" ] && STAPI_LIB="STAPI5_LIB=$sdir/stapi/liboscam_stapi5_UFS916_0.03.a" && printf "$y_l\n | LIB : "$c_l"liboscam_stapi5_UFS916_0.03.a"$w_l |
|
|
|
[ "$UFS916003" == "0" ] && [ "$OPENBOX" == "0" ] && STAPI_LIB="STAPI5_LIB=$sdir/stapi/liboscam_stapi5_UFS916.a" && printf "$y_l\n | LIB : "$c_l"liboscam_stapi5_UFS916.a"$w_l;; |
|
|
|
esac |
|
|
|
|
|
|
|
done |
|
|
|