aboutsummaryrefslogtreecommitdiff
path: root/src/plugin/plugin_stubs.go
diff options
context:
space:
mode:
authorDavid Crawshaw <crawshaw@golang.org>2016-09-19 14:09:07 -0400
committerDavid Crawshaw <crawshaw@golang.org>2016-09-23 02:16:42 +0000
commitb444d438c061fa934130fed17d34c23e77174851 (patch)
tree0913be8cfe3b21a0c0f4608e98ac87986b59342f /src/plugin/plugin_stubs.go
parentb4c9829c2299772eb0aaffcd437085f9f43e7166 (diff)
downloadgo-b444d438c061fa934130fed17d34c23e77174851.tar.xz
plugin: darwin support
Change-Id: I76981d1d83da401178226634d076371a04f5ccb7 Reviewed-on: https://go-review.googlesource.com/29392 Run-TryBot: David Crawshaw <crawshaw@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/plugin/plugin_stubs.go')
-rw-r--r--src/plugin/plugin_stubs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin/plugin_stubs.go b/src/plugin/plugin_stubs.go
index 1b935bffa9..f0bcb4a3bd 100644
--- a/src/plugin/plugin_stubs.go
+++ b/src/plugin/plugin_stubs.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build !linux !cgo
+// +build !linux,!darwin !cgo
package plugin