ncdu: disable on plan9 and solaris as termbox isn't supported there
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// Package ncdu implements a text based user interface for exploring a remote
|
||||
|
||||
//+build !plan9,!solaris
|
||||
|
||||
package ncdu
|
||||
|
||||
import (
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
// Build for ncdu for unsupported platforms to stop go complaining
|
||||
// about "no buildable Go source files "
|
||||
|
||||
// +build plan9 solaris
|
||||
|
||||
package ncdu
|
||||
Reference in New Issue
Block a user