[packaging,flatpak] build -j ${FLATPAK_BUILDER_N_JOBS}

This commit is contained in:
Armin Novak
2025-06-11 09:18:03 +02:00
parent e02d6a455f
commit cf60ea97a7

View File

@@ -1,8 +1,8 @@
{
"build-commands": [
"./config --prefix=/app --openssldir=/app --libdir=lib shared",
"make -j build_sw",
"make -j install_sw"
"make -j ${FLATPAK_BUILDER_N_JOBS} build_sw",
"make -j ${FLATPAK_BUILDER_N_JOBS} install_sw"
],
"buildsystem": "simple",
"cleanup": [],