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:
parent
2c0c1dca04
commit
cccc001ded
2 changed files with 4 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue