Skip to content

Commit

Permalink
llcppsymg:get mix in cjson
Browse files Browse the repository at this point in the history
  • Loading branch information
luoliwoshang committed Feb 20, 2025
1 parent 09344db commit 8417916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _xtool/llcppsymg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func GetConf(data []byte) (Conf, error) {
Include: GetStringArrayItem(parsedConf, "include"),
TrimPrefixes: GetStringArrayItem(parsedConf, "trimPrefixes"),
Cplusplus: GetBoolItem(parsedConf, "cplusplus"),
Mix: GetBoolItem(parsedConf, "mix"),
}

return Conf{
Expand Down

0 comments on commit 8417916

Please sign in to comment.