Changeset 1896
- Timestamp:
- 08/24/10 18:39:36 (15 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/external-alma/Makefile (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/external-alma/Makefiler1894 r1896 26 26 #USELIB := lib64 27 27 28 if eq ("",$(findstring "darwin", "$(CASAARCH)"))28 ifneq (,$(findstring "darwin", "$(CASAARCH)")) 29 29 TARGETLIB := libatnf.dylib 30 30 else … … 53 53 54 54 LDFLAGS += -shared 55 if eq ("", $(findstring "darwin", "$(CASAARCH)"))55 ifneq (, $(findstring "darwin", "$(CASAARCH)")) 56 56 LDFLAGS += -headerpad_max_install_names -install_name $(CASAROOT)/$(CASAARCH)/lib/$(TARGETLIB) 57 57 endif 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
