mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[packaging,flatpak] build -j ${FLATPAK_BUILDER_N_JOBS}
This commit is contained in:
@@ -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": [],
|
||||
|
||||
Reference in New Issue
Block a user