diff options
Diffstat (limited to 'platform/uwp/detect.py')
-rw-r--r-- | platform/uwp/detect.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/uwp/detect.py b/platform/uwp/detect.py index 64fe5bc4a2..03c4fd547e 100644 --- a/platform/uwp/detect.py +++ b/platform/uwp/detect.py @@ -21,7 +21,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 |