newapkbuild.1: remove redundant parenthesis in CMake generator so apkbuild-lint stops complaining

This commit is contained in:
Newbyte 2020-11-08 14:31:46 +00:00
parent 8ceca11831
commit 55be1feb02
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ build_cmake() {
-DCMAKE_INSTALL_LIBDIR=lib \\
-DBUILD_SHARED_LIBS=True \\
-DCMAKE_BUILD_TYPE=None \\
\${CMAKE_CROSSOPTS} .
\$CMAKE_CROSSOPTS .
cmake --build build
__EOF__
}