Skip to content

Commit 200859f

Browse files
committed
Fix unit tests on arm64 macOS, issue #81
reported by @jmayer
1 parent 50792a5 commit 200859f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/check/engine/GNUmakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ endif
1111
ifeq ($(UNAME_S),Darwin)
1212
SUFFIX:= dylib
1313
#CFLAGS+= -arch i386
14-
CFLAGS+= -arch x86_64
14+
#CFLAGS+= -arch x86_64
15+
#CFLAGS+= -arch arm64
1516
else
1617
SUFFIX:= so
1718
endif

0 commit comments

Comments
 (0)