mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
aedi: update zmusic to 1.1.7
This commit is contained in:
parent
f945b84d1e
commit
02503e0d99
1 changed files with 2 additions and 2 deletions
|
@ -475,8 +475,8 @@ class ZMusicTarget(CMakeStaticDependencyTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://github.com/coelckers/ZMusic/archive/1.1.6.tar.gz',
|
'https://github.com/coelckers/ZMusic/archive/refs/tags/1.1.7.tar.gz',
|
||||||
'2cc4a08c4d213df80743828538631f452e1858c2ea5bb47a616e221492de05c0')
|
'3800e40da5015fb3eee408b0639d69ece49cfd0d00466292e48b8ff94383d9f2')
|
||||||
|
|
||||||
def detect(self, state: BuildState) -> bool:
|
def detect(self, state: BuildState) -> bool:
|
||||||
return os.path.exists(state.source + 'include/zmusic.h')
|
return os.path.exists(state.source + 'include/zmusic.h')
|
||||||
|
|
Loading…
Reference in a new issue