Changeset 27791


Ignore:
Timestamp:
06/17/23 13:29:47 (21 months ago)
Author:
jdquinn
Message:

CHG: Adding Xcode and CLT frameworks path to rpath for macOS Python distributable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/python/Makefile.am

    r27631 r27791  
    105105if STANDALONE_MODULES
    106106if MAC
    107 AM_LDFLAGS += -Wl,-rpath,'@rpath'
     107AM_LDFLAGS += -Wl,-rpath,'@rpath' -Wl,-rpath,'/Applications/Xcode.app/Contents/Developer/Library/Frameworks' -Wl,-rpath,'/Library/Developer/CommandLineTools/Library/Frameworks'
    108108else
    109109AM_LDFLAGS += -Wl,-static -Wl,-lbacktrace -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN'
Note: See TracChangeset for help on using the changeset viewer.