Skip to content

Commit aad3b53

Browse files
authored
fix: add usrLibMultiarchDir for 32-bit ARM, whatever that means (#258)
1 parent 46a78fb commit aad3b53

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)