diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-09-30 12:28:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 12:28:50 +0200 |
commit | f47979f0874b2ca6134e71575fbb359c6cc5ced0 (patch) | |
tree | c5c2159d3317f1da839e390281d6f32eb82e1158 /modules/tinyexr/config.py | |
parent | 67961d875d518b565bc1fa923772af56fb227063 (diff) | |
parent | 39facb35a021f9301f742732fbbd3c6a5a548893 (diff) | |
download | redot-engine-f47979f0874b2ca6134e71575fbb359c6cc5ced0.tar.gz |
Merge pull request #66242 from akien-mga/scons-unify-tools-target
Diffstat (limited to 'modules/tinyexr/config.py')
-rw-r--r-- | modules/tinyexr/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tinyexr/config.py b/modules/tinyexr/config.py index 53b8f2f2e3..eb565b85b9 100644 --- a/modules/tinyexr/config.py +++ b/modules/tinyexr/config.py @@ -1,5 +1,5 @@ def can_build(env, platform): - return env["tools"] + return env.editor_build def configure(env): |