*/*: ExcessiveLineLength fix most of them

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2024-07-19 21:33:15 +04:00
parent 139ead166f
commit 79341e9f04
49 changed files with 292 additions and 143 deletions

View File

@@ -64,7 +64,9 @@ src_prepare() {
src_compile() {
${EPYTHON} FoBiS.py build -verbose -compiler custom -fc $(tc-getFC) ${BUILD_MODE_SHARED} || die
use static-libs && { ${EPYTHON} FoBiS.py build -verbose -compiler custom -fc $(tc-getFC) ${BUILD_MODE_STATIC} || die; }
use static-libs && {
${EPYTHON} FoBiS.py build -verbose -compiler custom -fc $(tc-getFC) ${BUILD_MODE_STATIC} || die;
}
}
src_test() {