Base: revert bin and lib symlinks to relative paths

Absolute paths fucked up toolchain building and usespace linking,
since g++ was finding host libraries from /usr/lib.
This commit is contained in:
Bananymous 2023-06-05 10:08:01 +03:00
parent 1f36ed0cf9
commit 30bb61a775
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
/usr/bin
usr/bin

View File

@ -1 +1 @@
/usr/lib
usr/lib