summaryrefslogtreecommitdiffstats
path: root/platform/uwp/detect.py
diff options
context:
space:
mode:
Diffstat (limited to 'platform/uwp/detect.py')
-rw-r--r--platform/uwp/detect.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/uwp/detect.py b/platform/uwp/detect.py
index 64fe5bc4a2..604f5e48e3 100644
--- a/platform/uwp/detect.py
+++ b/platform/uwp/detect.py
@@ -9,10 +9,6 @@ if TYPE_CHECKING:
from SCons import Environment
-def is_active():
- return True
-
-
def get_name():
return "UWP"
@@ -21,7 +17,6 @@ def can_build():
if os.name == "nt":
# building natively on windows!
if os.getenv("VSINSTALLDIR"):
-
if os.getenv("ANGLE_SRC_PATH") is None:
return False