diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2023-01-19 22:49:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 22:49:06 +0100 |
commit | 415d120aaefe66b48a68f6d4ecd72c43e968e8b4 (patch) | |
tree | 02009b1906df429f7af4f69935d2c0a96f0b1c7a /modules/astcenc/config.py | |
parent | e7d045db8c26bf7482805ca67f97ce1ca0da59bd (diff) | |
parent | 696346f4cc63b9395cc156da0e8d8fb65260c055 (diff) |
Merge pull request #70363 from V-Sekai/astcenc-standalone
Add astcenc compression and decompression.
Diffstat (limited to 'modules/astcenc/config.py')
-rw-r--r-- | modules/astcenc/config.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/astcenc/config.py b/modules/astcenc/config.py new file mode 100644 index 0000000000..eb565b85b9 --- /dev/null +++ b/modules/astcenc/config.py @@ -0,0 +1,6 @@ +def can_build(env, platform): + return env.editor_build + + +def configure(env): + pass |