mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 05:11:49 +00:00
rename flac cmake patch
This commit is contained in:
parent
20963f40ec
commit
3a70d096ae
2 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class FlacTarget(CMakeStaticDependencyTarget):
|
|||
state.download_source(
|
||||
'https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.3.3.tar.xz',
|
||||
'213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748',
|
||||
patches='flac-fix-cmake')
|
||||
patches='flac-add-cmake')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return os.path.exists(state.source + 'FLAC/flac.pc.in')
|
||||
|
|
Loading…
Reference in a new issue