Skip to content

Commit 10045e0

Browse files
Update classic-rbdoom-3-bfg (#2317)
* classic-rbdoom-3-bfg - Update * Update build.sh --------- Co-authored-by: d10sfan <[email protected]> Co-authored-by: David <[email protected]>
1 parent 8a61c43 commit 10045e0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

engines/classic-rbdoom-3-bfg/build.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,17 @@ git clone https://github.com/MadDeCoDeR/BFA-Assets.git
1111
pushd BFA-Assets
1212
popd
1313

14+
export sourcedir="$PWD/source"
15+
16+
pushd source/vcpkg
17+
git apply "$sourcedir"/.github/tools/openal-fix.patch
18+
popd
19+
1420
pushd "source/neo"
1521
mkdir build
1622
cd build
1723
cmake \
1824
-DCMAKE_BUILD_TYPE=Retail \
19-
-DSDL2=ON \
2025
-DCMAKE_PREFIX_PATH="$pfx" \
2126
--preset=linux-retail \
2227
..

engines/classic-rbdoom-3-bfg/env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"python3-jinja2"
1717
],
1818
"GCC_12": true,
19-
"COMMIT_HASH": "c41ff30"
19+
"COMMIT_HASH": "0e6783f"
2020
}

metadata/packagessniper_v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11223,7 +11223,7 @@
1122311223
},
1122411224
{
1122511225
"engine_link": "https://github.com/MadDeCoDeR/Classic-RBDOOM-3-BFG",
11226-
"version": "c41ff30",
11226+
"version": "0e6783f",
1122711227
"author": "d10sfan",
1122811228
"author_link": "https://github.com/d10sfan",
1122911229
"license": "GPLv3",

0 commit comments

Comments
 (0)