Logo
Explore Help
Sign In
northern-lighthouse/godot
1
0
Fork 0
You've already forked godot
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
1209ee0df43d585d6645dfbcaa5e1120243f7c38
godot/modules/raycast/config.py

16 lines
289 B
Python
Raw Normal View History

Add Embree thirdparty library
2020-12-19 14:50:20 +01:00
def can_build(env, platform):
Switch to embree-aarch64
2021-05-04 11:07:12 +02:00
if not env["tools"]:
return False
SCons: Work around compilation issue on Linux ARM64 Fixes #45687. This is really just a band-aid, our current buildsystem doesn't work well for cross-compilation and needs a thorough refactoring to do so.
2021-02-23 13:48:57 +01:00
Switch to embree-aarch64
2021-05-04 11:07:12 +02:00
if platform == "android":
return env["android_arch"] in ["arm64v8", "x86", "x86_64"]
SCons: Work around compilation issue on Linux ARM64 Fixes #45687. This is really just a band-aid, our current buildsystem doesn't work well for cross-compilation and needs a thorough refactoring to do so.
2021-02-23 13:48:57 +01:00
Switch to embree-aarch64
2021-05-04 11:07:12 +02:00
if platform in ["javascript", "server"]:
return False
SCons: Work around compilation issue on Linux ARM64 Fixes #45687. This is really just a band-aid, our current buildsystem doesn't work well for cross-compilation and needs a thorough refactoring to do so.
2021-02-23 13:48:57 +01:00
Switch to embree-aarch64
2021-05-04 11:07:12 +02:00
return True
Add Embree thirdparty library
2020-12-19 14:50:20 +01:00
def configure(env):
pass
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.1 Page: 502ms Template: 66ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API