Skip to content

Commit 61861a1

Browse files
committed
missing x86
1 parent 6a03843 commit 61861a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ VALGRIND?=
1515

1616
UNAME_RESULT=$(shell uname -m)
1717

18+
ifeq ($(UNAME_RESULT),x86_64)
19+
ARCH=x86
20+
endif
21+
1822
ifeq ($(UNAME_RESULT),aarch64)
1923
ARCH=arm
2024
endif

0 commit comments

Comments
 (0)