fspl/generator/native/osnative_plan9.go

7 lines
116 B
Go

package native
func nativeOS () string {
// does not seem to be supported by LLVM at the moment
return "plan9"
}