We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce73725 + 588410a commit 28a463fCopy full SHA for 28a463f
xmake/rules/utils/symbols/export_all/export_all.lua
@@ -66,7 +66,13 @@ function main (target, opt)
66
symbol = symbol:sub(2)
67
end
68
if export_classes or not symbol:startswith("?") then
69
- allsymbols:insert(symbol)
+ if export_classes then
70
+ if not symbol:startswith("??_G") and not symbol:startswith("??_E") then
71
+ allsymbols:insert(symbol)
72
+ end
73
+ else
74
75
76
77
78
0 commit comments