mirror of
https://github.com/golang/go
synced 2024-11-21 16:54:46 -07:00
exp/terminal: still trying to unbreak non-Linux builds.
R=golang-dev CC=golang-dev https://golang.org/cl/5542050
This commit is contained in:
parent
026f8dfb94
commit
1019eda9d8
@ -186,7 +186,6 @@ DIRS=\
|
|||||||
ifeq ($(GOOS),linux)
|
ifeq ($(GOOS),linux)
|
||||||
DIRS+=\
|
DIRS+=\
|
||||||
exp/inotify\
|
exp/inotify\
|
||||||
exp/terminal\
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// +build linux
|
|
||||||
|
|
||||||
package terminal
|
package terminal
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// +build linux
|
|
||||||
|
|
||||||
package terminal
|
package terminal
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
Reference in New Issue
Block a user