From 92e77d5ff2a74612deb0375d31242e8c529d9b87 Mon Sep 17 00:00:00 2001 From: Saracen Date: Tue, 28 Feb 2017 12:10:29 +0000 Subject: Recast integration. --- modules/recast/config.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/recast/config.py (limited to 'modules/recast/config.py') diff --git a/modules/recast/config.py b/modules/recast/config.py new file mode 100644 index 0000000000..fb920482f5 --- /dev/null +++ b/modules/recast/config.py @@ -0,0 +1,7 @@ + +def can_build(platform): + return True + + +def configure(env): + pass -- cgit v1.2.3