summaryrefslogtreecommitdiffstats
path: root/modules/tga/config.py
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-06-07 19:46:36 -0300
committerJuan Linietsky <reduzio@gmail.com>2017-06-07 19:46:36 -0300
commit871ceeb0fe219072ae708d4d4397e8ae66873386 (patch)
tree65ca97be3bd354ba615117feedf5ea59835bd6f6 /modules/tga/config.py
parent5bf810b5db953d3f58acdd2d05d5410897f41d63 (diff)
downloadredot-engine-871ceeb0fe219072ae708d4d4397e8ae66873386.tar.gz
TGA support based on SaracenOne's work.
Diffstat (limited to 'modules/tga/config.py')
-rw-r--r--modules/tga/config.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/tga/config.py b/modules/tga/config.py
new file mode 100644
index 0000000000..fb920482f5
--- /dev/null
+++ b/modules/tga/config.py
@@ -0,0 +1,7 @@
+
+def can_build(platform):
+ return True
+
+
+def configure(env):
+ pass