summaryrefslogtreecommitdiff
path: root/platform/winrt/detect.py
diff options
context:
space:
mode:
Diffstat (limited to 'platform/winrt/detect.py')
-rw-r--r--platform/winrt/detect.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/platform/winrt/detect.py b/platform/winrt/detect.py
index 7439f0cd55..86028d3af8 100644
--- a/platform/winrt/detect.py
+++ b/platform/winrt/detect.py
@@ -2,13 +2,13 @@
import os
-import sys
+import sys
import string
def is_active():
return True
-
+
def get_name():
return "WinRT"
@@ -16,12 +16,12 @@ def can_build():
if (os.name=="nt"):
#building natively on windows!
if (os.getenv("VSINSTALLDIR")):
- return True
+ return True
return False
-
+
def get_opts():
return []
-
+
def get_flags():
return []