You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When my build finished,cmake generated libUVAtlas.a file. Is this file can use for all platform?
If it isn't,and How to generate target file for arm64?
The text was updated successfully, but these errors were encountered:
I used a combination of the vcpkg C++ Manager, and Windows Subsystem for Linux on both x64 and arm64 devices to validate the libraries build.
This is a C++ native code library, so you have to build the code specifically for each target platform: x86, x64, arm, arm64. For arm64, you need to be using GCC for arm64 (called AArch64)
When my build finished,cmake generated libUVAtlas.a file. Is this file can use for all platform?
If it isn't,and How to generate target file for arm64?
The text was updated successfully, but these errors were encountered: