Ignore:
Timestamp:
2018-09-27T14:33:14+12:00 (6 years ago)
Author:
ak19
Message:

Getting the GS3 target for compiling build-src to actually build Crypt::LE on mac requires GSDLOS to be set and passed into build-src/packages for its make install phase

File:
1 edited

Legend:

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

    r32483 r32496  
    38963896   
    38973897    <exec executable="make" dir="${build.src.home}" os="${os.unix}" failonerror="true">
    3898       <arg value="install"/>
     3898    <env key="GSDLOS" value="${os.bin.dir}"/>
     3899    <arg value="install"/>
    38993900    </exec>
    39003901
Note: See TracChangeset for help on using the changeset viewer.