blob: 75b5081bf80b776cf6bfe60e7c451ade8593ea99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
pkg config =
const Instroot = "/amd64"
const Sys = "Plan9"
const Objsuffix = ".6"
const Linkcmd = ["6l", "-lo"]
const Arcmd = ["ar", "vu"]
const Ascmd = ["6a"]
const Directlib = true
const Runtime = "_myrrt.6"
const Manpath = "man/"
;;
|