shithub: mc

ref: 5fcdb860c1c14604c276bc98a49f162d6fd367c2
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
;;