chore: move compiler/chore/_xtool to _xtool

This commit is contained in:
Li Jie
2025-01-08 16:45:01 +08:00
parent d8c5105c91
commit ec744f7385
7 changed files with 6 additions and 5 deletions

View File

@@ -416,7 +416,8 @@ git clone https://github.com/goplus/llgo.git
cd llgo/compiler
go install -v ./cmd/...
go install -v ./chore/... # compile all tools except pydump
cd chore/_xtool
export LLGO_ROOT=$PWD/..
cd ../_xtool
llgo install ./... # compile pydump
go install github.com/goplus/hdq/chore/pysigfetch@v0.8.1 # compile pysigfetch
```