author | Antonio Rojas
<arojas@archlinux.org> 2024-04-12 09:57:33 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-04-12 09:57:33 UTC |
parent | e69c487f4c60475f08bd345263bc5591e5748069 |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index b173c77..0ee036c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -25,7 +25,7 @@ build() { cd build # Disable LTO, see FS#73264 - qmake ../${_pkgfqn} CONFIG-=ltcg + qmake ../kde-$_pkgfqn CONFIG-=ltcg make }