You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a 3rd party native dependency (written in C/C++) which is compiled using a Makefile.
What is the right way to compile it from source using cross-rs?
I want to have it cached as it is huge, and I don't want to build it on each call to cross build.
Are there any docs about it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
If I have a 3rd party native dependency (written in C/C++) which is compiled using a
Makefile
.What is the right way to compile it from source using
cross-rs
?I want to have it cached as it is huge, and I don't want to build it on each call to
cross build
.Are there any docs about it?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions