diff --git a/engines/ironwail/build.sh b/engines/ironwail/build.sh index 2a20950e4..6af3c76d1 100755 --- a/engines/ironwail/build.sh +++ b/engines/ironwail/build.sh @@ -13,7 +13,7 @@ popd # BUILD PHASE pushd "source/Quake" -make -j "$(nproc)" USE_SDL2=1 +make -j "$(nproc)" USE_SDL2=1 LDFLAGS="-ldl" popd # COPY PHASE diff --git a/engines/ironwail/env.json b/engines/ironwail/env.json index 5e1be303b..28dc5d352 100644 --- a/engines/ironwail/env.json +++ b/engines/ironwail/env.json @@ -7,5 +7,5 @@ "./LICENSE" ], "COMMON_PACKAGE": true, - "COMMIT_TAG": "v0.7.0" + "COMMIT_TAG": "v0.8.0" } \ No newline at end of file diff --git a/metadata/packagessniper_v2.json b/metadata/packagessniper_v2.json index d28f4aadd..db9090b06 100644 --- a/metadata/packagessniper_v2.json +++ b/metadata/packagessniper_v2.json @@ -10214,7 +10214,7 @@ }, { "engine_link": "https://github.com/andrei-drexler/ironwail", - "version": "0.7.0", + "version": "v0.8.0", "author": "d10sfan", "author_link": "https://github.com/d10sfan", "license": "GPLv2",