Changeset 33935


Ignore:
Timestamp:
2020-02-16T18:16:39+13:00 (4 years ago)
Author:
davidb
Message:

Additional check added into get-isis target

File:
1 edited

Legend:

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

    r33793 r33935  
    15661566    </exec>
    15671567   
    1568     <if><bool><equals arg1="${uname.val}" arg2="x86_64"/></bool>
     1568    <if>
     1569      <!-- as the syntax below copies the IsidGdl binary into the gs2build directory
     1570           only want to run the commend if collection.building.enabled -->
     1571      <bool>
     1572        <and>
     1573          <istrue value="${collection.building.enabled}" />
     1574          <equals arg1="${uname.val}" arg2="x86_64"/>
     1575    </and>
     1576      </bool>
    15691577      <echo>Bitness: ${uname.val}</echo>
    15701578      <if><bool><contains string="${os.bin.dir}" substring="darwin" casesensitive="false"/></bool>
Note: See TracChangeset for help on using the changeset viewer.