Skip to content

Commit 3481e8d

Browse files
committed
Linux arm64 fix
1 parent c0e0ee1 commit 3481e8d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libs/openFrameworksCompiled/project/makefileCommon/config.shared.mk

+1-3
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ else
8080
endif
8181
ifeq ($(PLATFORM_OS),Linux)
8282
ifeq ($(PLATFORM_ARCH),aarch64)
83-
ifneq ($(RPI_DETECTED),no)
84-
PLATFORM_ARCH=arm64
85-
endif
83+
PLATFORM_ARCH=arm64
8684
endif
8785
endif
8886
endif

0 commit comments

Comments
 (0)