mirror of https://bitbucket.org/ausocean/av.git
filter: change build tags to allow build withcv
This commit is contained in:
parent
a3c526b2e0
commit
0ab1e7c38f
|
@ -1,5 +1,5 @@
|
|||
//go:build debug && withcv
|
||||
// +build debug,withcv
|
||||
//go:build !debug && withcv
|
||||
// +build !debug,withcv
|
||||
|
||||
/*
|
||||
DESCRIPTION
|
||||
|
|
Loading…
Reference in New Issue