summaryrefslogtreecommitdiffstats
path: root/platform/uwp/detect.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-06-20 00:05:39 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-06-20 00:05:39 +0200
commit217a20a8a09bc305674bf3790c29cf2e8e257553 (patch)
tree958cc3e9d11a9e128b3f284b7aa9a0184e1f6552 /platform/uwp/detect.py
parent7fd625d2d5411db34a0bcebae287d3f2a75d71ea (diff)
parentc9c941e339a6632247b6bd073d10bea548bed20b (diff)
downloadredot-engine-217a20a8a09bc305674bf3790c29cf2e8e257553.tar.gz
Merge pull request #78448 from akien-mga/black-23.3.0
CI: Update static checks to black 23.3.0
Diffstat (limited to 'platform/uwp/detect.py')
-rw-r--r--platform/uwp/detect.py1
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