andlabs-ui/link_linux_arm.go

15 lines
290 B
Go

// +build !windows
// +build !darwin
// 14 Oct 2016
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
}