@@ -84,21 +84,21 @@ ifndef PLATFORM_LIB_SUBPATH
84
84
# determine from the arch
85
85
ifeq ($(PLATFORM_OS),Linux)
86
86
ifeq ($(PLATFORM_ARCH),x86_64)
87
- PLATFORM_LIB_SUBPATH=linux/lib/ 64
87
+ PLATFORM_LIB_SUBPATH=linux/64
88
88
else ifeq ($(PLATFORM_ARCH),64)
89
- PLATFORM_LIB_SUBPATH=linux/lib/ 64
89
+ PLATFORM_LIB_SUBPATH=linux/64
90
90
else ifeq ($(PLATFORM_ARCH),armv6l)
91
- PLATFORM_LIB_SUBPATH=linux/lib/ armv6l
91
+ PLATFORM_LIB_SUBPATH=linux/armv6l
92
92
else ifeq ($(PLATFORM_ARCH),armv7l)
93
- PLATFORM_LIB_SUBPATH=linux/lib/ armv7l
93
+ PLATFORM_LIB_SUBPATH=linux/armv7l
94
94
else ifeq ($(PLATFORM_ARCH),armv8l)
95
- PLATFORM_LIB_SUBPATH=linux/lib/ armv8l
95
+ PLATFORM_LIB_SUBPATH=linux/armv8l
96
96
else ifeq ($(PLATFORM_ARCH),arm64)
97
- PLATFORM_LIB_SUBPATH=linux/lib/ arm64
97
+ PLATFORM_LIB_SUBPATH=linux/arm64
98
98
else ifeq ($(PLATFORM_ARCH),aarch64)
99
- PLATFORM_LIB_SUBPATH=linux/lib/ aarch64
99
+ PLATFORM_LIB_SUBPATH=linux/aarch64
100
100
else ifeq ($(PLATFORM_ARCH),jetson)
101
- PLATFORM_LIB_SUBPATH=linux/lib/ jetson
101
+ PLATFORM_LIB_SUBPATH=linux/jetson
102
102
else ifeq ($(PLATFORM_ARCH),i386)
103
103
PLATFORM_LIB_SUBPATH=linux
104
104
else
0 commit comments