diff options
author | DmitriySalnikov <salnikov.mine@yandex.ru> | 2023-09-09 11:55:53 +0300 |
---|---|---|
committer | DmitriySalnikov <salnikov.mine@yandex.ru> | 2023-09-09 12:44:14 +0300 |
commit | 0e5975dd266234ab45acbd88168e8550ea3e4419 (patch) | |
tree | 32b9919893598728df4508d15640534723cbee47 /SConstruct | |
parent | 5cdc2fc09924444157136880d9c23bfd0af602f9 (diff) | |
download | redot-cpp-0e5975dd266234ab45acbd88168e8550ea3e4419.tar.gz |
[SCons] Fixed crashes in several scripts
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ import platform import sys import subprocess from binding_generator import scons_generate_bindings, scons_emit_files -from SCons.Errors import UserError EnsureSConsVersion(4, 0) |