mirror of https://bitbucket.org/ausocean/av.git
Merged in withcv-fix (pull request #509)
filter: change build tags to allow build withcv Resolves Issue #412
This commit is contained in:
commit
a978e27e4f
|
@ -1,5 +1,5 @@
|
|||
//go:build debug && withcv
|
||||
// +build debug,withcv
|
||||
//go:build !debug && withcv
|
||||
// +build !debug,withcv
|
||||
|
||||
/*
|
||||
DESCRIPTION
|
||||
|
|
Loading…
Reference in New Issue