1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:17:44 +00:00

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

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"