Changeset 65 in JEM-EUSO for esaf_lal


Ignore:
Timestamp:
Apr 15, 2013, 4:25:59 PM (11 years ago)
Author:
barrand
Message:

G.Barrand : Darwin : use SO_OPTS to build shared libs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • esaf_lal/trunk/esaf/packages/simulation/detector/tools/GNUmakefile

    r16 r65  
    5757        @rootcint -f $(dicts) -c $(libheaders)
    5858        @echo Building $(LIBTARGET)...
    59         @$(CXX) --shared $(CXXFLAGS) $(dicts) $(libobjects) -L$(LIBDIR) $(libldflags) $(liblink) -o $@
     59        @$(CXX) $(SO_OPTS) $(CXXFLAGS) $(dicts) $(libobjects) -L$(LIBDIR) $(libldflags) $(liblink) -o $@
    6060        @echo Cleaning temporary files...
    6161        @rm -r $(dicts) $(dicth)
Note: See TracChangeset for help on using the changeset viewer.