julia
48c0e384 - Avoid hardcoding paths in Profile and Sys (#59998)

Commit
52 days ago
Avoid hardcoding paths in Profile and Sys (#59998) Current code fails when using custom paths. Save directory where Julia source is stored during build in `SOURCEDIR` instead of assuming it can be computed from `BINDIR` (new name chosen to avoid confusing with `build_dir` which is different). Use `DATAROOTDIR` and `DATAROOT` instead of hardcoding `usr/share/` and `share/`. Fix/continuation of #56601, #56627. (cherry picked from commit b60d1db399f94cdf9acbea4078444e7f1fc84ba6)
Author
Committer
KristofferC
Parents
Loading