summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2022-06-28 11:49:44 -0600
committerSam Burgos2022-06-28 11:49:44 -0600
commit7230549ea2fdee97889049014106f65728837875 (patch)
tree13f401219e7316e2f155cc1f18b9e849bcb7cc3f
parentb0bb79db6240e1c824afc62a66786b3f836e1903 (diff)
downloadaur-7230549ea2fdee97889049014106f65728837875.tar.gz
fixing error on build time
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ce5625d16d6..c56f01cf857c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,7 @@ sha256sums=('ebd29c6b19ccc370e4b024247ab9aa925766a7782ddda8076076964c89ffb06f')
build() {
arch-meson $_pkgname build
- meson compile -C meson.build
+ ninja -C build
}
package() {