summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-10-17 13:26:26 +0100
committerLinus Groh <mail@linusgroh.de>2021-10-17 13:26:26 +0100
commitf8e89306e06e7d65c95f3d47193e4b174b4326af (patch)
treed70f679d4e6667bea4bad919b8ce0bd03c5d8f1d /Ports
parente01c968d00e11e4ed688d92b120aae263d47f2d6 (diff)
downloadserenity-f8e89306e06e7d65c95f3d47193e4b174b4326af.zip
Ports: Remove long unused SERENITY_ROOT from .hosted_defs.sh
Diffstat (limited to 'Ports')
-rw-r--r--Ports/.hosted_defs.sh3
1 files changed, 0 insertions, 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"