Add armv7 link (work on raspbian)

This commit is contained in:
SOARES Lucas 2018-10-17 21:59:04 +02:00
parent 867a9e5a49
commit 05614e62d5
2 changed files with 10 additions and 0 deletions

BIN
libui_linux_arm.a Executable file

Binary file not shown.

10
link_linux_arm.go Normal file
View File

@ -0,0 +1,10 @@
// +build !windows
// +build !darwin
// 11 december 2015
package ui
// #cgo LDFLAGS: ${SRCDIR}/libui_linux_arm.a -lm -ldl
// #cgo pkg-config: gtk+-3.0
import "C"