Looks like an issue with parallel build

This commit is contained in:
Jason Flatt 2022-07-13 07:50:44 -07:00
parent fbc8762b6d
commit a95c2c1f1b

View file

@ -22,7 +22,7 @@ modules:
no-debuginfo: true
strip: true
build-commands:
- make -j ${FLATPAK_BUILDER_N_JOBS}
- make #-j ${FLATPAK_BUILDER_N_JOBS}
- install -Dm 0755 mame /app/bin/mame
- install -Dm 0644 ${FLATPAK_ID}.desktop /app/share/applications/${FLATPAK_ID}.desktop
- install -Dm 0644 ${FLATPAK_ID}.metainfo.xml /app/share/metainfo/${FLATPAK_ID}.metainfo.xml