godot/modules/thekla_unwrap/config.py
Hein-Pieter van Braam a974464629 Fix thekla_atlas build
clang doesn't like c++ versions being supplied to build c source files.
2017-12-08 16:18:36 +01:00

8 lines
223 B
Python

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