mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-29 07:02:27 +00:00
aedi: remove explicit os version for wxwidgets
This commit is contained in:
parent
58d892e49f
commit
6e61bdc089
1 changed files with 0 additions and 3 deletions
|
@ -722,9 +722,6 @@ class WxWidgetsTarget(CMakeStaticDependencyTarget):
|
||||||
def __init__(self, name='wxwidgets'):
|
def __init__(self, name='wxwidgets'):
|
||||||
super().__init__(name)
|
super().__init__(name)
|
||||||
|
|
||||||
self.os_version['x86_64'] = StrictVersion('10.10')
|
|
||||||
self.sdk_version['x86_64'] = StrictVersion('10.11')
|
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.5/wxWidgets-3.1.5.tar.bz2',
|
'https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.5/wxWidgets-3.1.5.tar.bz2',
|
||||||
|
|
Loading…
Reference in a new issue