Changeset 28144


Ignore:
Timestamp:
03/14/24 00:07:22 (12 months ago)
Author:
jdquinn
Message:

CHG: Need to set LDFLAGS under macOS if it is unset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/etc/environment.sh ΒΆ

    r28140 r28144  
    203203
    204204        if [[ ${BUILD_TOOL_VER} -ge 15 ]]; then
    205                 export LDFLAGS="-Wl,-ld_classic"
     205                export LDFLAGS="${LDFLAGS} -Wl,-ld_classic"
     206        else
     207                export LDFLAGS="${LDFLAGS}" # At least set LDFLAGS to null string if it is not already set (used in installation of ISSM and some external packages). Can remove this when issues with new Xcode linker have settled.
    206208        fi
    207209fi
Note: See TracChangeset for help on using the changeset viewer.