Skip to content

Commit

Permalink
Ds staging fixes (#1386)
Browse files Browse the repository at this point in the history
* dosbox-staging - Update to v0.82.0

* Update env.json

* Update env.json

* Update build.sh
  • Loading branch information
d10sfan authored Oct 29, 2024
1 parent 2112bf1 commit 2cb784f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion engines/dosbox-staging/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ meson setup -Dbuildtype=release \
-Dc_args=-Ofast \
-Dcpp_args=-Ofast \
-Db_asneeded=true -Dstrip=true \
-Ddefault_library=static \
-Ddefault_library=shared \
-Dfluidsynth:enable-floats=true \
-Dfluidsynth:try-static-deps=true \
build
Expand Down
8 changes: 5 additions & 3 deletions engines/dosbox-staging/env.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"./source/subprojects/fluidsynth-2.3.3/LICENSE",
"./source/subprojects/munt-libmt32emu_2_7_1/LICENSE.build"
],
"GCC_9": true,
"COMMIT_TAG": "v0.81.2"
}
"LIBRARIES": [
"xcb"
],
"COMMIT_TAG": "v0.82.0"
}
2 changes: 1 addition & 1 deletion metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -10321,7 +10321,7 @@
},
{
"engine_link": "https://github.com/dosbox-staging/dosbox-staging",
"version": "v0.81.2",
"version": "v0.82.0",
"author": "d10sfan",
"author_link": "https://github.com/d10sfan",
"license": "GPLv2",
Expand Down

0 comments on commit 2cb784f

Please sign in to comment.