summaryrefslogtreecommitdiff
path: root/AAA_GOFILES/link_linux_386.go
blob: 00a05980fa8a290cb80503aeaef67e6c125ba162 (plain)
1
2
3
4
5
6
7
8
9
10
// +build !windows
// +build !darwin

// 11 december 2015

package ui

// #cgo LDFLAGS: ${SRCDIR}/libui_linux_386.a -lm -ldl
// #cgo pkg-config: gtk+-3.0
import "C"