fix: change clite's LLGoPackage to true to execute its init()
This commit is contained in:
@@ -21,7 +21,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
LLGoPackage = "link"
|
||||
// we want to execute init(), link / decl skips executing init()
|
||||
LLGoPackage = true
|
||||
)
|
||||
|
||||
type (
|
||||
|
||||
Reference in New Issue
Block a user