From 30bb61a775675155db6e0f95b3e68ec75b0c029a Mon Sep 17 00:00:00 2001 From: Bananymous Date: Mon, 5 Jun 2023 10:08:01 +0300 Subject: [PATCH] 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. --- base/bin | 2 +- base/lib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/bin b/base/bin index 0b11bef689..1e881eda3a 120000 --- a/base/bin +++ b/base/bin @@ -1 +1 @@ -/usr/bin \ No newline at end of file +usr/bin \ No newline at end of file diff --git a/base/lib b/base/lib index 6c1836ebc7..0d5487ba86 120000 --- a/base/lib +++ b/base/lib @@ -1 +1 @@ -/usr/lib \ No newline at end of file +usr/lib \ No newline at end of file