1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 02:47:35 +00:00

Ports: Support multiple port directories

This allows Ports unfit for the main repository to be put elsewhere.
This commit is contained in:
Jan200101 2023-01-05 18:51:32 +01:00 committed by Jelle Raaijmakers
parent 722ae35329
commit 9b7e217dda
2 changed files with 12 additions and 1 deletions

View file

@ -56,3 +56,4 @@ export PKG_CONFIG_SYSROOT_DIR="${SERENITY_BUILD_DIR}/Root"
export PKG_CONFIG_LIBDIR="${PKG_CONFIG_SYSROOT_DIR}/usr/local/lib/pkgconfig"
export SERENITY_INSTALL_ROOT="${SERENITY_BUILD_DIR}/Root"
export SERENITY_PORT_DIRS="${SERENITY_PORT_DIRS:+${SERENITY_PORT_DIRS}:}${SERENITY_SOURCE_DIR}/Ports"