mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 04:41:37 +00:00
aedi: update ninja to 1.11.0
This commit is contained in:
parent
7831a798bd
commit
c4768c936c
1 changed files with 2 additions and 2 deletions
|
@ -148,8 +148,8 @@ class NinjaTarget(CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/ninja-build/ninja/archive/v1.10.2.tar.gz',
|
||||
'ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed')
|
||||
'https://github.com/ninja-build/ninja/archive/refs/tags/v1.11.0.tar.gz',
|
||||
'3c6ba2e66400fe3f1ae83deb4b235faf3137ec20bd5b08c29bfc368db143e4c6')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
state.options['BUILD_TESTING'] = 'NO'
|
||||
|
|
Loading…
Reference in a new issue