diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-03-04 20:30:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-04 20:30:17 +0100 |
commit | fadcb75e482fe70f0100a7d7286146a1bb33c266 (patch) | |
tree | e75f82c0bcc4255e0683a3eff89d99c9d3230102 /platform | |
parent | 080b5df6256a368fcd767aec96dd2200194542c8 (diff) | |
parent | df7ecfc4a7f8403144be2aa49bb47f9ead25926b (diff) |
Merge pull request #36791 from akien-mga/scons-expand-cxx
SCons: Expand env variables to check compiler version
Diffstat (limited to 'platform')
-rw-r--r-- | platform/x11/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/x11/detect.py b/platform/x11/detect.py index cd22ee9ff6..8952aa5e82 100644 --- a/platform/x11/detect.py +++ b/platform/x11/detect.py @@ -1,7 +1,7 @@ import os import platform import sys -from methods import get_compiler_version, using_gcc, using_clang +from methods import using_gcc, using_clang def is_active(): |