This commit is contained in:
NLucasSoares 2020-06-12 09:13:58 +08:00 committed by GitHub
commit 1645ea7cdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"