virtualx-engine/modules/thekla_unwrap/config.py
Hein-Pieter van Braam bf05309af7 Import thekla_atlas
As requested by reduz, an import of thekla_atlas into thirdparty/
2017-12-08 15:47:15 +01:00

7 lines
231 B
Python

def can_build(platform):
return platform != "android" and platform != "ios"
def configure(env):
if not env['tools']:
env['module_thekla_unwrap_enabled'] = False
env.disabled_modules.append("thekla_unwrap")