summaryrefslogtreecommitdiffstats
path: root/platform/uwp/detect.py
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2020-12-17 09:56:07 +0100
committerGitHub <noreply@github.com>2020-12-17 09:56:07 +0100
commitae0399382a60c538f8313ca0db56093b6d34fefb (patch)
tree633af8caa086f416ba1b1caf470ab441ae71cabf /platform/uwp/detect.py
parent9e49dbda2a145165269f07bc4f621211c695de52 (diff)
parent0f84d8dc497e73a8ad21ae51bc4912082f2d2454 (diff)
downloadredot-engine-ae0399382a60c538f8313ca0db56093b6d34fefb.tar.gz
Merge pull request #44433 from akien-mga/scons-fix-platform-opts
SCons: Add only selected platform's opts to env
Diffstat (limited to 'platform/uwp/detect.py')
-rw-r--r--platform/uwp/detect.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/uwp/detect.py b/platform/uwp/detect.py
index 2af7803749..fda8fdec66 100644
--- a/platform/uwp/detect.py
+++ b/platform/uwp/detect.py
@@ -30,7 +30,6 @@ def get_opts():
def get_flags():
-
return [
("tools", False),
("xaudio2", True),
@@ -39,7 +38,6 @@ def get_flags():
def configure(env):
-
env.msvc = True
if env["bits"] != "default":