From 2cc24c6db8db28c987c0f74696e031761b03f1be Mon Sep 17 00:00:00 2001
From: "alexey.lysiuk" <alexey.lysiuk@gmail.com>
Date: Fri, 25 Dec 2020 12:54:34 +0200
Subject: [PATCH] [amend] molten

---
 build.py | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/build.py b/build.py
index 30a5ec38..c55f433b 100755
--- a/build.py
+++ b/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)