Changeset 27976


Ignore:
Timestamp:
10/28/23 12:24:49 (17 months ago)
Author:
jdquinn
Message:

BUG: Correcting link flags for Linux binaries

File:
1 edited

Legend:

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

    r27972 r27976  
    765765AM_LDFLAGS += -Wl,-rpath,'@loader_path/../lib'
    766766else
     767if MSYS2
    767768AM_LDFLAGS += -Wl,-static
    768 if !MSYS2
     769else
    769770AM_LDFLAGS += -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN/../lib'
    770771endif
Note: See TracChangeset for help on using the changeset viewer.