From 69b94dad00ebe57dacf930bfa1938eb8a094a7be 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 0b11bef6..1e881eda 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 6c1836eb..0d5487ba 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