mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 08:31:30 +00:00
aedi: use correct branch in lzdoom 3.x target
This commit is contained in:
parent
982fe6b371
commit
ac324a8b06
1 changed files with 1 additions and 2 deletions
|
@ -133,8 +133,7 @@ class LZDoom3Target(ZDoomBaseTarget):
|
|||
self.unsupported_architectures = ('arm64',)
|
||||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.checkout_git('https://github.com/drfrag666/gzdoom.git')
|
||||
# TODO: checkout g3.3mgw branch
|
||||
state.checkout_git('https://github.com/drfrag666/gzdoom.git', branch='g3.3mgw')
|
||||
|
||||
def initialize(self, state: BuildState):
|
||||
super().initialize(state)
|
||||
|
|
Loading…
Reference in a new issue