diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-06-24 12:20:55 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-06-24 15:43:55 -0500 |
commit | e0d363aad8e2204fe8ca4b6937ef2ad74a7b293b (patch) | |
tree | c8300e4864984e9157ba8502ee019c4cd7226128 /tools/linux.py | |
parent | c414c2b37d0563456a2fe194b16f8c4aa442e865 (diff) | |
download | redot-cpp-e0d363aad8e2204fe8ca4b6937ef2ad74a7b293b.tar.gz |
Integrate `.pre-commit-config.yaml`
Diffstat (limited to 'tools/linux.py')
-rw-r--r-- | tools/linux.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux.py b/tools/linux.py index 1783e06..0b26878 100644 --- a/tools/linux.py +++ b/tools/linux.py @@ -1,6 +1,6 @@ import common_compiler_flags -from SCons.Variables import * from SCons.Tool import clang, clangxx +from SCons.Variables import BoolVariable def options(opts): |