oops
Package builder / BuildPackage (push) Failing after 4m38s Details

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2023-10-30 11:45:17 +00:00
parent 7712472dc0
commit ca79c11f4a
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ build() {
export CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
export CXXFLAGS="${CXXFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
arch-meson "$pkgbase-stable" build "${_meson_options[@]}"
arch-meson "systemd-stable" build "${_meson_options[@]}"
meson compile -C build
}