Skip to content

Commit 6f059e0

Browse files
committed
Linux subpath
1 parent 344c540 commit 6f059e0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,21 +84,21 @@ ifndef PLATFORM_LIB_SUBPATH
8484
# determine from the arch
8585
ifeq ($(PLATFORM_OS),Linux)
8686
ifeq ($(PLATFORM_ARCH),x86_64)
87-
PLATFORM_LIB_SUBPATH=linux/lib/64
87+
PLATFORM_LIB_SUBPATH=linux/64
8888
else ifeq ($(PLATFORM_ARCH),64)
89-
PLATFORM_LIB_SUBPATH=linux/lib/64
89+
PLATFORM_LIB_SUBPATH=linux/64
9090
else ifeq ($(PLATFORM_ARCH),armv6l)
91-
PLATFORM_LIB_SUBPATH=linux/lib/armv6l
91+
PLATFORM_LIB_SUBPATH=linux/armv6l
9292
else ifeq ($(PLATFORM_ARCH),armv7l)
93-
PLATFORM_LIB_SUBPATH=linux/lib/armv7l
93+
PLATFORM_LIB_SUBPATH=linux/armv7l
9494
else ifeq ($(PLATFORM_ARCH),armv8l)
95-
PLATFORM_LIB_SUBPATH=linux/lib/armv8l
95+
PLATFORM_LIB_SUBPATH=linux/armv8l
9696
else ifeq ($(PLATFORM_ARCH),arm64)
97-
PLATFORM_LIB_SUBPATH=linux/lib/arm64
97+
PLATFORM_LIB_SUBPATH=linux/arm64
9898
else ifeq ($(PLATFORM_ARCH),aarch64)
99-
PLATFORM_LIB_SUBPATH=linux/lib/aarch64
99+
PLATFORM_LIB_SUBPATH=linux/aarch64
100100
else ifeq ($(PLATFORM_ARCH),jetson)
101-
PLATFORM_LIB_SUBPATH=linux/lib/jetson
101+
PLATFORM_LIB_SUBPATH=linux/jetson
102102
else ifeq ($(PLATFORM_ARCH),i386)
103103
PLATFORM_LIB_SUBPATH=linux
104104
else

0 commit comments

Comments
 (0)