Merge pull request #14412 from hpvb/fix-thekla-atlas-build
Fix thekla_atlas build
This commit is contained in:
commit
146bdf031d
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ if env['builtin_thekla_atlas']:
|
||||||
env_thekla_unwrap.Append(CPPPATH=[thirdparty_dir, thirdparty_dir + "/poshlib", thirdparty_dir + "/nvcore", thirdparty_dir + "/nvmesh"])
|
env_thekla_unwrap.Append(CPPPATH=[thirdparty_dir, thirdparty_dir + "/poshlib", thirdparty_dir + "/nvcore", thirdparty_dir + "/nvmesh"])
|
||||||
|
|
||||||
# upstream uses c++11
|
# upstream uses c++11
|
||||||
env_thekla_unwrap.Append(CCFLAGS="-std=gnu++11")
|
env_thekla_unwrap.Append(CXXFLAGS="-std=gnu++11")
|
||||||
|
|
||||||
if env["platform"] == 'x11':
|
if env["platform"] == 'x11':
|
||||||
env_thekla_unwrap.Append(CCFLAGS=["-DNV_OS_LINUX"])
|
env_thekla_unwrap.Append(CCFLAGS=["-DNV_OS_LINUX"])
|
||||||
|
|
|
@ -3,5 +3,5 @@ def can_build(platform):
|
||||||
|
|
||||||
def configure(env):
|
def configure(env):
|
||||||
if not env['tools']:
|
if not env['tools']:
|
||||||
env['module_thekla_unwrap_enabled'] = False
|
env['builtin_thekla_atlas'] = False
|
||||||
env.disabled_modules.append("thekla_unwrap")
|
env.disabled_modules.append("thekla_unwrap")
|
||||||
|
|
Loading…
Reference in a new issue