Browse Source

Merge pull request #4169 from felixonmars/patch-1

Use defined variable for riscv64 in arch.cmake
tags/v0.3.24
Martin Kroeker GitHub 2 years ago
parent
commit
562ef5fdca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmake/arch.cmake

+ 1
- 1
cmake/arch.cmake View File

@@ -135,7 +135,7 @@ if (ARM64)
set(BINARY_DEFINED 1)
endif ()

if (${ARCH} STREQUAL "riscv64")
if (RISCV64)
set(NO_BINARY_MODE 1)
set(BINARY_DEFINED 1)
endif ()


Loading…
Cancel
Save