Environment
Description
A release build on a macOS machine fails due to linker compatibility issues. The precompiled static libraries located in deps/3rd appear to be incompatible with the current macOS arm64 linking environment.
Steps to Reproduce
- Clone the master branch of the repository.
- Attempt a release build on a macOS arm64 machine.
- The build fails during the linking phase.
Impact
Development and testing on macOS arm64 platforms are blocked.