mirror of
https://github.com/vbatts/go-mtree.git
synced 2024-11-21 16:05:40 +00:00
vis: switch to the golang vis by default
and have the C vis()/unvis() available as a 'cvis' build tag. Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
08b1000418
commit
812981d95d
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
// +build cgo,!govis
|
||||
// +build cgo,cvis
|
||||
|
||||
package mtree
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !cgo govis
|
||||
// +build !cvis
|
||||
|
||||
package mtree
|
||||
|
||||
|
|
2
vis_c.go
2
vis_c.go
|
@ -1,4 +1,4 @@
|
|||
// +build cgo,!govis
|
||||
// +build cgo,cvis
|
||||
|
||||
package mtree
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !cgo govis
|
||||
// +build !cvis
|
||||
|
||||
package mtree
|
||||
|
||||
|
|
Loading…
Reference in a new issue