mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-01 12:20:45 +00:00
[amend] molten
This commit is contained in:
parent
e007118a87
commit
2cc24c6db8
1 changed files with 0 additions and 8 deletions
8
build.py
8
build.py
|
@ -960,14 +960,6 @@ class MoltenVKTarget(MakeTarget):
|
|||
def detect(self, builder: 'Builder') -> bool:
|
||||
return os.path.exists(builder.source_path + 'MoltenVKPackaging.xcodeproj')
|
||||
|
||||
def configure(self, builder: 'Builder'):
|
||||
# Do not use specified macOS deployment target and SDK
|
||||
# MoltenVK defines minimal OS version itself, and usually, it requires the very recent SDK
|
||||
builder.os_version = None
|
||||
builder.sdk_path = None
|
||||
|
||||
super().configure(builder)
|
||||
|
||||
def build(self, builder: 'Builder'):
|
||||
args = ('./fetchDependencies', '--macos', '-v')
|
||||
subprocess.check_call(args, cwd=builder.build_path)
|
||||
|
|
Loading…
Reference in a new issue