summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNewbyte <newbie13xd@gmail.com>2020-11-08 14:31:46 +0000
committerNewbyte <newbie13xd@gmail.com>2020-11-08 14:31:46 +0000
commit55be1feb02e2343800de2160bd6f07a36f0da976 (patch)
tree8ba62b2c66ed122928d3c8bd857ec4cdd118d05e
parent8ceca11831a3990a14f92ab6aeb83a4b1d54be2b (diff)
newapkbuild.1: remove redundant parenthesis in CMake generator so apkbuild-lint stops complaining
-rw-r--r--newapkbuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/newapkbuild.in b/newapkbuild.in
index 4ffbe8b..ca6a717 100644
--- a/newapkbuild.in
+++ b/newapkbuild.in
@@ -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__
}