pkg config = const Sys = "Linux" const Linkcmd = ["ld"] const Dlflags : byte[:][0] = [] const Manpath = "share/man/man" const Instroot = "/" const Objsuffix = ".o" const Arcmd = ["ar", "-rcs"] const Ascmd = ["as"] const Directlib = false const Runtime = "_myrrt.o" const Sharepath = "share" const Binpath = "bin" const Libpath = "lib/myr" const Env : (byte[:], byte[:])[:] = [][:] const Arch = "x64" ;;