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
The makefile has hardcoded target/release paths for rust builds, but e.g. on Void Linux that would be target/$(XBPS_CROSS_RUST_TARGET)/release and it requires patching.
Would a PR to make that configurable via a variable be acceptable?