a974464629
clang doesn't like c++ versions being supplied to build c source files.
7 lines
223 B
Python
7 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")
|