Merge "Add proto property struct"
This commit is contained in:
commit
28f9094ee7
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ func (compiler *baseCompiler) appendAsflags(flags []string) {
|
|||
}
|
||||
|
||||
func (compiler *baseCompiler) compilerProps() []interface{} {
|
||||
return []interface{}{&compiler.Properties}
|
||||
return []interface{}{&compiler.Properties, &compiler.Proto}
|
||||
}
|
||||
|
||||
func (compiler *baseCompiler) compilerInit(ctx BaseModuleContext) {}
|
||||
|
|
Loading…
Reference in a new issue