Ports/ja2: Ensure build is run in parallel

This commit is contained in:
Tim Ledbetter 2023-08-13 08:37:58 +01:00 committed by Tim Schumacher
parent bb4e7c91ca
commit a827c0defc
Notes: sideshowbarker 2024-07-17 11:30:05 +09:00

View file

@ -6,7 +6,9 @@ workdir="ja2-stracciatella-${version}"
files=(
"https://github.com/ja2-stracciatella/ja2-stracciatella/archive/refs/heads/${version}.zip 178375de4859d16a76276c781455bf48d3fa862841387c8aa6cfa4162f4f0ca4"
)
makeopts="SERENITY=1"
makeopts+=(
'SERENITY=1'
)
launcher_name="Jagged Alliance 2"
launcher_category=Games
launcher_command="/opt/ja2/ja2"