diff options
Diffstat (limited to 'platform/winrt/detect.py')
-rw-r--r-- | platform/winrt/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/winrt/detect.py b/platform/winrt/detect.py index 15ac429687..2156e593e8 100644 --- a/platform/winrt/detect.py +++ b/platform/winrt/detect.py @@ -49,7 +49,7 @@ def configure(env): sys.exit() arch = "" - env['ENV'] = os.environ; + env['ENV'] = os.environ # ANGLE angle_root = os.getenv("ANGLE_SRC_PATH") |