Merge branch 'sysroot-sym' into 'master'

Use symlink for sysroot

See merge request redox-os/redox!2082
This commit is contained in:
Jeremy Soller 2026-04-18 16:38:30 -06:00
commit bc6020737c

View File

@ -86,7 +86,7 @@ ifeq ($(PODMAN_BUILD),1)
$(PODMAN_RUN) make $@
else
rm -rf "$@"
cp -r "$(PREFIX)/relibc-install/" "$@"
ln -s "relibc-install" "$@"
# adapt path for libtoolize
sed 's|/usr/share|$(ROOT)/$@/share|g' "$@/bin/libtoolize.orig" > "$@/bin/libtoolize"
chmod 0755 "$@/bin/libtoolize"