Replies: 2 comments 13 replies
-
please provide a whole project example as zip attachment |
Beta Was this translation helpful? Give feedback.
9 replies
-
I got two issues:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a project which uses
Cargo.toml
and it builds and runs OK when I build it as:cargo build --release
I want to build it by
xmake
since we build other c++ packages byxmake
.So this is my
xmake.lua
:The
Cargo.toml
looks like this:When I run
xmake build
it creates all packages in\build\.packages\c\cargo_oscope\latest\d4c040d256014d9ea8104c701aa61f7e\lib\
but then it fails in
linking.release
(rustc -C opt-level=3 --edition 2021 -L dependency ...
)Please, can you help me with this? Is using
Cargo.toml
the issue?Beta Was this translation helpful? Give feedback.
All reactions