From f8e89306e06e7d65c95f3d47193e4b174b4326af Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 17 Oct 2021 13:26:26 +0100 Subject: [PATCH] Ports: Remove long unused SERENITY_ROOT from .hosted_defs.sh --- Ports/.hosted_defs.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/Ports/.hosted_defs.sh b/Ports/.hosted_defs.sh index 5a3724abe7..f7c3c4d8c0 100644 --- a/Ports/.hosted_defs.sh +++ b/Ports/.hosted_defs.sh @@ -10,9 +10,6 @@ export PKG_CONFIG_DIR="" export PKG_CONFIG_SYSROOT_DIR="${SERENITY_BUILD_DIR}/Root" export PKG_CONFIG_LIBDIR="${PKG_CONFIG_SYSROOT_DIR}/usr/lib/pkgconfig/:${PKG_CONFIG_SYSROOT_DIR}/usr/local/lib/pkgconfig" -# To be deprecated soon. -export SERENITY_ROOT="$(realpath "${SCRIPT}/../")" - enable_ccache DESTDIR="${SERENITY_BUILD_DIR}/Root"