Browse Source

adjust tikv build env

tikv
Chris Lu 5 years ago
parent
commit
7f3ce7b6d6
  1. 1
      weed/filer2/tikv/tikv_store.go
  2. 2
      weed/filer2/tikv/tikv_store_unsupported.go

1
weed/filer2/tikv/tikv_store.go

@ -1,5 +1,6 @@
// +build !386
// +build !arm
// +build !windows
package tikv

2
weed/filer2/tikv/tikv_store_unsupported.go

@ -1,4 +1,4 @@
// +build 386 arm
// +build 386 arm windows
package tikv

Loading…
Cancel
Save