blob: e246d4d032d4bd814284f67782f18ef147909734 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkg config =
const Env : (byte[:], byte[:])[:] = [][:]
const Instroot = "/"
const Sys = "Plan9"
const Objsuffix = ".6"
const Linkcmd = ["6l", "-l"]
const Dlflags : byte[:][:] = [][:]
const Arcmd = ["ar", "u"]
const Ascmd = ["6a"]
const Directlib = true
const Runtime = "_myrrt.6"
const Manpath = "sys/man/"
const Binpath = "amd64/bin"
const Libpath = "amd64/lib/myr"
const Sharepath = "lib"
;;
|