Skip to content

Commit

Permalink
Unbreak cross-compiler symbol visibility (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson authored Oct 15, 2022
1 parent d8dd0be commit 4b92bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makes/src/utils/funcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ configure_host_vars() {
}

configure_target_vars() {
env_exists TARGET_PREFIX
env_exists TARGET_TUPLE

define_target_export() {
local var="${1}_FOR_TARGET"
local tool="${TARGET_PREFIX}$2"
local tool="${TARGET_TUPLE}-$2"
if [ "${!var}" ]; then
die "$var is already set with '${!var}'"
else
Expand Down

0 comments on commit 4b92bd2

Please sign in to comment.