Sander Schobers
47c6b131ea
- Build constraint for static building is called "static" now. Reference: https://golang.org/pkg/go/build/#hdr-Build_Constraints.
7 lines
145 B
Go
7 lines
145 B
Go
// +build !windows
|
|
|
|
package allegro5
|
|
|
|
// #cgo pkg-config: allegro-5 allegro_font-5 allegro_image-5 allegro_primitives-5 allegro_ttf-5
|
|
import "C"
|