Skip to content

Commit

Permalink
cgo: change tags for static opencv to opencvstatic
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Oct 6, 2024
1 parent f403d25 commit 1505d75
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 15 deletions.
3 changes: 1 addition & 2 deletions cgo.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !customenv && !static
// +build !customenv,!static
//go:build !customenv && !opencvstatic

package gocv

Expand Down
2 changes: 1 addition & 1 deletion cgo_static.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !customenv && static && linux
//go:build !customenv && opencvstatic && linux

package gocv

Expand Down
2 changes: 1 addition & 1 deletion cgo_static_darwin.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !customenv && static && darwin
//go:build !customenv && opencvstatic && darwin

package gocv

Expand Down
2 changes: 1 addition & 1 deletion cgo_static_windows.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !customenv && static && windows
//go:build !customenv && opencvstatic && windows

package gocv

Expand Down
3 changes: 1 addition & 2 deletions contrib/cgo.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !customenv && !static
// +build !customenv,!static
//go:build !customenv && !opencvstatic

package contrib

Expand Down
2 changes: 1 addition & 1 deletion contrib/cgo_static.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !customenv && static && linux
//go:build !customenv && opencvstatic && linux

package gocv

Expand Down
2 changes: 1 addition & 1 deletion contrib/cgo_static_darwin.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !customenv && static && darwin
//go:build !customenv && opencvstatic && darwin

package gocv

Expand Down
2 changes: 1 addition & 1 deletion contrib/cgo_static_windows.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !customenv && static && windows
//go:build !customenv && opencvstatic && windows

package gocv

Expand Down
3 changes: 1 addition & 2 deletions cuda/cgo.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !customenv && !static
// +build !customenv,!static
//go:build !customenv && !opencvstatic

package cuda

Expand Down
2 changes: 1 addition & 1 deletion cuda/cgo_static.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !customenv && static && linux
//go:build !customenv && opencvstatic && linux

package gocv

Expand Down
2 changes: 1 addition & 1 deletion cuda/cgo_static_darwin.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !customenv && static && darwin
//go:build !customenv && opencvstatic && darwin

package gocv

Expand Down
2 changes: 1 addition & 1 deletion cuda/cgo_static_windows.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !customenv && static && windows
//go:build !customenv && opencvstatic && windows

package gocv

Expand Down

0 comments on commit 1505d75

Please sign in to comment.