xrepo env can't work with find_tool on windows #6223
Closed
star-hengxing
started this conversation in
General
Replies: 1 comment 2 replies
-
没法复现 ruki-2:console ruki$ xrepo env -b zig xmake f -c --toolchain=zig
checking for platform ... macosx
checking for architecture ... x86_64
checking for Xcode directory ... /Applications/Xcode.app
checking for SDK version of Xcode for macosx (x86_64) ... 15.2
checking for Minimal target version of Xcode for macosx (x86_64) ... 15.1
note: install or modify (m) these toolchain packages first (pass -y to skip confirm)?
in xmake-repo:
-> zig 0.13.0 [host]
please input: y (y/n/m)
=> download https://ziglang.org/download/0.13.0/zig-macos-x86_64-0.13.0.tar.xz .. ok
=> install zig 0.13.0 .. ok
checking for platform ... macosx
checking for architecture ... x86_64
ruki-2:console ruki$ xmake -rv
checking for /Users/ruki/.xmake/packages/z/zig/0.13.0/8e56088fcf164bc4af317c8d7596a056/zig ... ok
checking for the zig compiler (zc) ... zig
checking for /Users/ruki/.xmake/packages/z/zig/0.13.0/8e56088fcf164bc4af317c8d7596a056/zig ... ok
checking for the zig compiler (zc) ... zig
checking for flags (-O ReleaseFast) ... ok
checking for flags (--cache-dir build/.objs/test/macosx/x86_64/release/zig-cache) ... ok
[ 60%]: compiling.release src/main.zig
/Users/ruki/.xmake/packages/z/zig/0.13.0/8e56088fcf164bc4af317c8d7596a056/zig build-obj -target x8
6_64-macos-none -O ReleaseFast --cache-dir build/.objs/test/macosx/x86_64/release/zig-cache -femit
-bin=build/.objs/test/macosx/x86_64/release/src/main.zig.o src/main.zig
[ 60%]: compiling.release src/test.zig
/Users/ruki/.xmake/packages/z/zig/0.13.0/8e56088fcf164bc4af317c8d7596a056/zig build-obj -target x8
6_64-macos-none -O ReleaseFast --cache-dir build/.objs/test/macosx/x86_64/release/zig-cache -femit
-bin=build/.objs/test/macosx/x86_64/release/src/test.zig.o src/test.zig
checking for /Users/ruki/.xmake/packages/z/zig/0.13.0/8e56088fcf164bc4af317c8d7596a056/zig ... ok
checking for the zig linker (zcld) ... zig
[ 80%]: linking.release test
/Users/ruki/.xmake/packages/z/zig/0.13.0/8e56088fcf164bc4af317c8d7596a056/zig build-exe -target x8
6_64-macos-none -fstrip -dead_strip -femit-bin=build/macosx/x86_64/release/test build/.objs/test/m
acosx/x86_64/release/src/main.zig.o build/.objs/test/macosx/x86_64/release/src/test.zig.o
[100%]: build ok, spent 13.669s
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
workaround
Beta Was this translation helpful? Give feedback.
All reactions