Skip to content

Commit f10a26c

Browse files
Update ioquake3 (#2267)
* ioquake3 - Update * Update build.sh * Update build.sh * Update build.sh * Update build.sh * Update build.sh * Update build.sh * Update build.sh * Update build.sh * Update build.sh * Update build.sh --------- Co-authored-by: d10sfan <[email protected]> Co-authored-by: David <[email protected]>
1 parent adc9492 commit f10a26c

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

engines/ioquake3/build.sh

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,23 @@ git checkout "$COMMIT_HASH"
99
popd
1010

1111
# BUILD PHASE
12-
pushd "source"
13-
make -j "$(nproc)"
12+
pushd source
13+
mkdir build
14+
cd build
15+
cmake \
16+
-DCMAKE_INSTALL_PREFIX=../../../tmp \
17+
-DCMAKE_PREFIX_PATH=../../../tmp \
18+
-DBUILD_SERVER=OFF \
19+
-DUSE_MUMBLE=OFF \
20+
-DUSE_VOIP=OFF \
21+
-DUSE_INTERNAL_LIBS=OFF \
22+
-G Ninja -DCMAKE_BUILD_TYPE=Release \
23+
-DCMAKE_C_STANDARD_LIBRARIES="-lrt" \
24+
-DCMAKE_CXX_STANDARD_LIBRARIES="-lrt" \
25+
..
26+
cmake --build .
1427
popd
1528

1629
# COPY PHASE
17-
COPYDIR="$diststart/common/dist/" make --directory="source" copyfiles
30+
cp -rfv source/build/Release/* "$diststart/common/dist/"
1831
cp -rfv assets/* "$diststart/common/dist/"

engines/ioquake3/env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"./LICENSE"
1010
],
1111
"COMMON_PACKAGE": true,
12-
"COMMIT_HASH": "7fd46c8"
12+
"COMMIT_HASH": "f30ace1"
1313
}

metadata/packagessniper_v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10249,7 +10249,7 @@
1024910249
},
1025010250
{
1025110251
"engine_link": "https://ioquake3.org/",
10252-
"version": "7fd46c8",
10252+
"version": "f30ace1",
1025310253
"author": "dreamer",
1025410254
"author_link": "https://github.com/dreamer",
1025510255
"license": "GPLv2",

0 commit comments

Comments
 (0)