mirror of
https://github.com/monero-project/monero.git
synced 2025-04-16 10:12:56 -04:00
Correct typo in MATCHES statement
This commit is contained in:
parent
98569b0e7f
commit
6d6a2e4bd2
@ -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 "x86-64)")
|
||||
if(ARCH_ID MATCHES "x86-64")
|
||||
set(RUST_ARCH "x86_64")
|
||||
elseif(ARCH_ID MATCHES "(arm64|armv8a|armv8-a)")
|
||||
set(RUST_ARCH "aarch64")
|
||||
|
Loading…
x
Reference in New Issue
Block a user