Skip to content

Commit dda5253

Browse files
committed
fix: add usrLibMultiarchDir for 32-bit ARM, whatever that means (#258)
(cherry picked from commit aad3b53)
1 parent fc11458 commit dda5253

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

internal/ebutil/libs_arm.go

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
//go:build arm
2+
3+
package ebutil
4+
5+
// Based on a 32-bit Raspbian system.
6+
const usrLibMultiarchDir = "/usr/lib/arm-linux-gnueabihf"

0 commit comments

Comments
 (0)