mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
MAME: removed LibMan
This commit is contained in:
parent
fd7e23b32b
commit
4a1f36dced
|
@ -647,8 +647,8 @@ modules:
|
||||||
build-commands:
|
build-commands:
|
||||||
# Step 1: Remove any existing manifest.json file
|
# Step 1: Remove any existing manifest.json file
|
||||||
- rm -f files/manifest.json
|
- rm -f files/manifest.json
|
||||||
# Step 2: Use libman.sh to manage libraries
|
# Step 2: Use libman.sh to manage libraries - REMOVED AS MAME DON'T BRING ANY LIBS WITH IT
|
||||||
- /app/bin/libman.sh "files/lib"
|
# - /app/bin/libman.sh "files/lib"
|
||||||
# Step 3: Copy the managed libraries and all other files to the Flatpak destination
|
# Step 3: Copy the managed libraries and all other files to the Flatpak destination
|
||||||
- cp -rn files/* ${FLATPAK_DEST}
|
- cp -rn files/* ${FLATPAK_DEST}
|
||||||
sources:
|
sources:
|
||||||
|
|
Loading…
Reference in a new issue