Ports: Remove long unused SERENITY_ROOT from .hosted_defs.sh

This commit is contained in:
Linus Groh 2021-10-17 13:26:26 +01:00
parent e01c968d00
commit f8e89306e0
Notes: sideshowbarker 2024-07-18 02:16:52 +09:00

View file

@ -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"