mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
aedi: apply pbzx xar content patch
This commit is contained in:
parent
c890469d7f
commit
c90a0cfd63
1 changed files with 2 additions and 1 deletions
|
@ -192,7 +192,8 @@ class PbzxTarget(SingleExeCTarget):
|
|||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/nrosenstein-stuff/pbzx/archive/refs/tags/v1.0.2.tar.gz',
|
||||
'33db3cf9dc70ae704e1bbfba52c984f4c6dbfd0cc4449fa16408910e22b4fd90')
|
||||
'33db3cf9dc70ae704e1bbfba52c984f4c6dbfd0cc4449fa16408910e22b4fd90',
|
||||
'pbzx-xar-content')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return state.has_source_file('pbzx.c')
|
||||
|
|
Loading…
Reference in a new issue