build: patch packages supports cgo
This commit is contained in:
@@ -16,11 +16,13 @@
|
||||
|
||||
package runtime
|
||||
|
||||
// llgo:skipall
|
||||
import (
|
||||
_ "unsafe"
|
||||
)
|
||||
|
||||
// llgo:skipall
|
||||
type _runtime struct{}
|
||||
|
||||
// GOROOT returns the root of the Go tree. It uses the
|
||||
// GOROOT environment variable, if set at process start,
|
||||
// or else the root used during the Go build.
|
||||
|
||||
Reference in New Issue
Block a user