Add ARM binary
This commit is contained in:
parent
867a9e5a49
commit
3d8ff6dcea
Binary file not shown.
|
@ -0,0 +1,12 @@
|
||||||
|
// +build !windows
|
||||||
|
// +build !darwin
|
||||||
|
|
||||||
|
package ui
|
||||||
|
|
||||||
|
// #cgo LDFLAGS: ${SRCDIR}/libui_linux_arm.a -lm -ldl
|
||||||
|
// #cgo pkg-config: gtk+-3.0
|
||||||
|
import "C"
|
||||||
|
|
||||||
|
func ensureMainThread() {
|
||||||
|
// do nothing; GTK+ doesn't care which thread we're on so long as we don't change it after starting
|
||||||
|
}
|
Loading…
Reference in New Issue