mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-09 17:20:30 +08:00
hotfix: duplicated definition of symbol dlopen on go1.23.9
This commit is contained in:
2
vendor/github.com/ebitengine/purego/cgo.go
generated
vendored
2
vendor/github.com/ebitengine/purego/cgo.go
generated
vendored
@@ -1,7 +1,7 @@
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// SPDX-FileCopyrightText: 2022 The Ebitengine Authors
|
||||
|
||||
//go:build cgo && (darwin || freebsd || linux)
|
||||
//go:build cgo && (darwin || freebsd || linux || netbsd)
|
||||
|
||||
package purego
|
||||
|
||||
|
Reference in New Issue
Block a user