runtime: math/big use math_big_pure_go

This commit is contained in:
visualfc
2025-09-24 10:20:25 +08:00
parent 8959c83397
commit 62d0ee39de
5 changed files with 1 additions and 556 deletions

View File

@@ -216,7 +216,7 @@ func Do(args []string, conf *Config) ([]Package, error) {
verbose := conf.Verbose
patterns := args
tags := "llgo"
tags := "llgo,math_big_pure_go"
if conf.Tags != "" {
tags += "," + conf.Tags
}