Build tags for Caddy to build on nacl

This commit is contained in:
Matthew Holt 2017-08-12 12:18:37 -06:00
parent 5e0896305c
commit ff56151931
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
// +build windows plan9
// +build windows plan9 nacl
package caddy

View file

@ -1,4 +1,4 @@
// +build !windows,!plan9
// +build !windows,!plan9,!nacl
package caddy

View file

@ -1,4 +1,4 @@
// +build windows plan9
// +build windows plan9 nacl
package caddy

View file

@ -1,4 +1,4 @@
// +build !windows,!plan9
// +build !windows,!plan9,!nacl
package caddy