mirror of
https://github.com/hybridgroup/gocv
synced 2025-08-25 08:41:04 +08:00
[#1293] Fix bug that the package name is mismatched w/ contrib
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//go:build !customenv && opencvstatic && linux
|
||||
|
||||
package gocv
|
||||
package contrib
|
||||
|
||||
// Changes here should be mirrored in contrib/cgo_static.go and cuda/cgo_static.go.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
//go:build !customenv && opencvstatic && darwin
|
||||
|
||||
package gocv
|
||||
package contrib
|
||||
|
||||
// Changes here should be mirrored in contrib/cgo_static_darwin.go and cuda/cgo_static_darwin.go.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
//go:build !customenv && opencvstatic && windows
|
||||
|
||||
package gocv
|
||||
package contrib
|
||||
|
||||
// Changes here should be mirrored in contrib/cgo_static_windows.go and cuda/cgo_static_windows.go.
|
||||
|
||||
|
Reference in New Issue
Block a user