1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 13:17:45 +00:00

Ports: Add $STRIP and $HOST_STRIP variables

This fixes stripping the debug information from the gcc port when
building on macOS hosts.
This commit is contained in:
Daniel Bertalan 2022-05-07 18:29:03 +02:00 committed by Andreas Kling
parent 2c0c1dca04
commit cccc001ded
2 changed files with 4 additions and 0 deletions

View file

@ -45,6 +45,7 @@ host_env() {
export PATH="${HOST_PATH}"
export READELF="${HOST_READELF}"
export OBJCOPY="${HOST_OBJCOPY}"
export STRIP="${HOST_STRIP}"
export PKG_CONFIG_DIR="${HOST_PKG_CONFIG_DIR}"
export PKG_CONFIG_SYSROOT_DIR="${HOST_PKG_CONFIG_SYSROOT_DIR}"
export PKG_CONFIG_LIBDIR="${HOST_PKG_CONFIG_LIBDIR}"