mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Fixed the Manjaro packaging build failure by removing the redundant -Dbuildtype=plain from arch-meson invocation in build(), so Meson no longer receives buildtype from both --buildtype and -Dbuildtype.
This commit is contained in:
@@ -53,7 +53,6 @@ pkgver() {
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
arch-meson zoitechat build \
|
arch-meson zoitechat build \
|
||||||
-Dbuildtype=plain \
|
|
||||||
-Dtext-frontend=false \
|
-Dtext-frontend=false \
|
||||||
-Dinstall-plugin-metainfo=true
|
-Dinstall-plugin-metainfo=true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user