mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
[Windows/ARM64] Fix raycast/embree ARM64 build with LLVM/MinGW.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
def can_build(env, platform):
|
||||
# Supported architectures and platforms depend on the Embree library.
|
||||
if env["arch"] == "arm64" and platform == "windows":
|
||||
if env["arch"] == "arm64" and platform == "windows" and env.msvc:
|
||||
return False
|
||||
if env["arch"] in ["x86_64", "arm64", "wasm32"]:
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user