Changeset 30757 for main/trunk


Ignore:
Timestamp:
2016-08-26T12:48:18+12:00 (8 years ago)
Author:
davidb
Message:

Experiment to see if this helps the release on El Capitan compile. The issue we are looking at is that setting DYLD_LIBRARY_PATH at this point leads to a problem with java, because it now sees the libiconv that gnome-lib-minimal has, which turns out to be incompatible with JDK 1.7_79

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r30752 r30757  
    390390    </else>
    391391    </if>
    392 
     392<!--
    393393    <if><bool><equals arg1="${os.bin.dir}" arg2="darwin"/></bool>
    394394        <if><bool><isset property="env.DYLD_LIBRARY_PATH"/></bool>
     
    407407    </else>
    408408    </if>
     409-->
    409410
    410411    <else>
Note: See TracChangeset for help on using the changeset viewer.