summaryrefslogtreecommitdiffhomepage
path: root/building/rustc-remap-path-prefix.sh
AgeCommit message (Collapse)AuthorFilesLines
2025-01-27Add support for target dir in rustc remappingAlbin1-3/+11
2025-01-23Add script to generate rustc --remap-path-prefixKalle Lindström1-0/+15
This is needed for reproducible builds. The script gets the file paths to the user's Cargo and Rustup home dirs, as well as the path to the Mullvad app source dir. These paths are then remapped to fixed values which is needed to make the build reproducible.