mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
aedi: remove explicit os version for slade
This commit is contained in:
parent
6e61bdc089
commit
9855c24aa6
1 changed files with 0 additions and 4 deletions
|
@ -178,10 +178,6 @@ class SladeTarget(CMakeMainTarget):
|
|||
def __init__(self, name='slade'):
|
||||
super().__init__(name)
|
||||
|
||||
# This should match the actual version of WxWidgets
|
||||
self.os_version['x86_64'] = StrictVersion('10.10')
|
||||
self.sdk_version['x86_64'] = StrictVersion('10.11')
|
||||
|
||||
def prepare_source(self, state: BuildState):
|
||||
# TODO: support both stable and master branches
|
||||
state.checkout_git('https://github.com/sirjuddington/SLADE.git', branch='stable')
|
||||
|
|
Loading…
Reference in a new issue