mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 06:50:54 -05:00
Increase misc discrepancies in ARM ARCH spec which we support
This commit is contained in:
parent
389274aee9
commit
75faba1db6
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
||||
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
if(ARCH_ID MATCHES "arm64")
|
||||
if(ARCH_ID MATCHES "(arm64|armv8a)")
|
||||
set(RUST_ARCH "aarch64")
|
||||
else()
|
||||
set(RUST_ARCH "${ARCH_ID}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue