Skip to content

Conversation

jeongseok-meta
Copy link

@jeongseok-meta jeongseok-meta commented May 3, 2025

I found that building for Android 32-bit was failing due to the use of __arch64__ for checking ARM platforms, which is only defined for 64-bit Android architectures. To fix this, I've updated the code to also check for __arm__, ensuring that our project can correctly identify and build for both 32-bit and 64-bit ARM-based Android platforms.

Related PR: mitsuba-renderer/drjit#389

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant