mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-23 20:00:54 +00:00
aedi: update cmake to 3.31.4
cmake 3.26 is required since openal 1.24.2
This commit is contained in:
parent
9063de93d4
commit
5a5b51c834
1 changed files with 2 additions and 7 deletions
|
@ -32,8 +32,8 @@ class CMakeTarget(base.CMakeTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://github.com/Kitware/CMake/releases/download/v3.25.1/cmake-3.25.1.tar.gz',
|
'https://github.com/Kitware/CMake/releases/download/v3.31.4/cmake-3.31.4.tar.gz',
|
||||||
'1c511d09516af493694ed9baf13c55947a36389674d657a2d5e0ccedc6b291d8')
|
'a6130bfe75f5ba5c73e672e34359f7c0a1931521957e8393a5c2922c8b0f7f25')
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
# Bootstrap native CMake binary
|
# Bootstrap native CMake binary
|
||||||
|
@ -50,11 +50,6 @@ class CMakeTarget(base.CMakeTarget):
|
||||||
|
|
||||||
assert boostrap_cmake.exists()
|
assert boostrap_cmake.exists()
|
||||||
|
|
||||||
# The following variables are needed for cross-compilation
|
|
||||||
opts = state.options
|
|
||||||
opts['HAVE_POLL_FINE_EXITCODE'] = '0'
|
|
||||||
opts['HAVE_POLL_FINE_EXITCODE__TRYRUN_OUTPUT'] = '0'
|
|
||||||
|
|
||||||
env = state.environment
|
env = state.environment
|
||||||
env['PATH'] = os.pathsep.join([str(boostrap_cmk_path), env['PATH']])
|
env['PATH'] = os.pathsep.join([str(boostrap_cmk_path), env['PATH']])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue