Skip to content

Commit e7ccf93

Browse files
Update ioquake3 (#2323)
* ioquake3 - Update * cmake update * Update lib.sh * Update lib.sh * Update lib.sh --------- Co-authored-by: d10sfan <[email protected]> Co-authored-by: David <[email protected]>
1 parent 47cafd0 commit e7ccf93

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

common/lib.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@ install_autoconf () {
103103
autoconf --version
104104
}
105105

106+
install_cmake () {
107+
wget https://github.com/Kitware/CMake/releases/download/v4.1.1/cmake-4.1.1-linux-x86_64.sh
108+
chmod +x cmake-4.1.1-linux-x86_64.sh
109+
sudo mkdir -p /opt/cmake
110+
sudo ./cmake-4.1.1-linux-x86_64.sh --skip-license --prefix=/opt/cmake
111+
sudo ln -s /opt/cmake/bin/cmake /usr/local/bin/cmake
112+
}
113+
106114
start_vcpkg () {
107115
# sets up paths
108116
export VCPKG_INSTALLED_PATH="$PWD/vcpkg_installed/x64-linux-dynamic"

common/start_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pushd "engines/$ENGINE_NAME"
99
process_engine_environment
1010
setup_dotnet_repository
1111
setup_openjdk_repository
12+
install_cmake
1213
log_environment
1314
setup_dist_dirs "$STEAM_APP_ID_LIST"
1415

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": "f30ace1"
12+
"COMMIT_HASH": "b2a9284"
1313
}

metadata/packagessniper_v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10361,7 +10361,7 @@
1036110361
},
1036210362
{
1036310363
"engine_link": "https://ioquake3.org/",
10364-
"version": "f30ace1",
10364+
"version": "b2a9284",
1036510365
"author": "dreamer",
1036610366
"author_link": "https://github.com/dreamer",
1036710367
"license": "GPLv2",
@@ -12676,4 +12676,4 @@
1267612676
"value": "Engine runs via Proton."
1267712677
}
1267812678
]
12679-
}
12679+
}

0 commit comments

Comments
 (0)