[amend] molten

This commit is contained in:
alexey.lysiuk 2020-12-25 12:54:34 +02:00
parent e007118a87
commit 2cc24c6db8

View file

@ -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)