Commit 20cd913
fix: use correct TFLite library path for ARM64 in lint task
Same bug as check-tflite-lib: the lint task unconditionally used
/usr/lib for all Linux hosts, but ARM64 needs SYSTEM_LIB_DIR_ARM64
(/usr/aarch64-linux-gnu/lib). Switch to a case statement matching
both aarch64 and arm64 uname variants.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent d5948f4 commit 20cd913
1 file changed
Lines changed: 8 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
80 | 78 | | |
81 | 79 | | |
82 | 80 | | |
| |||
0 commit comments