File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
engines/classic-rbdoom-3-bfg Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,17 @@ git clone https://github.com/MadDeCoDeR/BFA-Assets.git
11
11
pushd BFA-Assets
12
12
popd
13
13
14
+ export sourcedir=" $PWD /source"
15
+
16
+ pushd source/vcpkg
17
+ git apply " $sourcedir " /.github/tools/openal-fix.patch
18
+ popd
19
+
14
20
pushd " source/neo"
15
21
mkdir build
16
22
cd build
17
23
cmake \
18
24
-DCMAKE_BUILD_TYPE=Retail \
19
- -DSDL2=ON \
20
25
-DCMAKE_PREFIX_PATH=" $pfx " \
21
26
--preset=linux-retail \
22
27
..
Original file line number Diff line number Diff line change 16
16
" python3-jinja2"
17
17
],
18
18
"GCC_12" : true ,
19
- "COMMIT_HASH" : " c41ff30 "
19
+ "COMMIT_HASH" : " 0e6783f "
20
20
}
Original file line number Diff line number Diff line change 11223
11223
},
11224
11224
{
11225
11225
"engine_link" : " https://github.com/MadDeCoDeR/Classic-RBDOOM-3-BFG" ,
11226
- "version" : " c41ff30 " ,
11226
+ "version" : " 0e6783f " ,
11227
11227
"author" : " d10sfan" ,
11228
11228
"author_link" : " https://github.com/d10sfan" ,
11229
11229
"license" : " GPLv3" ,
You can’t perform that action at this time.
0 commit comments