Skip to content

Commit

Permalink
Update ironwail (#1399)
Browse files Browse the repository at this point in the history
* ironwail - Update to v0.8.0

* Update build.sh

---------

Co-authored-by: d10sfan <[email protected]>
Co-authored-by: d10sfan <[email protected]>
  • Loading branch information
3 people authored Nov 11, 2024
1 parent 518883e commit 0ea3e79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion engines/ironwail/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion engines/ironwail/env.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"./LICENSE"
],
"COMMON_PACKAGE": true,
"COMMIT_TAG": "v0.7.0"
"COMMIT_TAG": "v0.8.0"
}
2 changes: 1 addition & 1 deletion metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0ea3e79

Please sign in to comment.