shithub: mc

ref: a185ab3cc28f3211a74caaab550337c45a8a847b
dir: /config+plan9-x64.myr/

View raw version
pkg config =
	const Instroot	= "/amd64"
	const Sys	= "Plan9"
	const Objsuffix	= ".6"
	const Linkcmd	= ["6l", "-l", "-o"]
	const Arcmd	= ["ar", "vu"]
	const Ascmd	= ["6a"]
	const Directlib	= true
;;