We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a78fb commit aad3b53Copy full SHA for aad3b53
internal/ebutil/libs_arm.go
@@ -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