Skip to content
Snippets Groups Projects
Verified Commit 9a78a52c authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Use absolute path for build sysroot

parent 292ee1e2
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ function recipe_build {
cp config.sub mpfr/config.sub
cp -f config.sub mpc/config.sub
sysroot="${PWD}/../sysroot"
sysroot="$(realpath "${PWD}/../sysroot")"
mkdir -p "$sysroot/usr"
ln -sf "$sysroot/include" "$sysroot/usr/include"
ln -sf "$sysroot/lib" "$sysroot/usr/lib"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment