Add flags for JS/WASM builds

This commit is contained in:
Matthew Holt 2018-11-12 14:46:14 -07:00
parent 1d9a094315
commit 6f580c6aa3
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build windows plan9 nacl
// +build windows plan9 nacl js
package caddy

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !windows,!plan9,!nacl
// +build !windows,!plan9,!nacl,!js
package caddy

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build windows plan9 nacl
// +build windows plan9 nacl js
package caddy

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !windows,!plan9,!nacl
// +build !windows,!plan9,!nacl,!js
package caddy