Skip to content

Commit 66b1efc

Browse files
committed
bugfix: use more generic variables that can be conditionally defined in the compiler
1 parent d8e393a commit 66b1efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/lib-tflite/patch.linux.variations/v2.2.0_Makefile.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ index b78fb14b78..ee97bb6679 100644
1717
-lm \
1818
--lz
1919
+-lz \
20-
+-lrt \
21-
+-latomic
20+
+${CK_EXTRA_LIB_RT} \
21+
+${CK_EXTRA_LIB_ATOMIC}
2222

2323
# There are no rules for compiling objects for the host system (since we don't
2424
# generate things like the protobuf compiler that require that), so all of

0 commit comments

Comments
 (0)