Ignore:
Timestamp:
2014-03-27T14:50:32+13:00 (10 years ago)
Author:
davidb
Message:

uname cmd exists only on unix/mac, so restricting get-isisgdl target to these OS, since mac and linux machines are the ones that need a 32 bit isis binary on a 64 bit machine.

File:
1 edited

Legend:

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

    r28937 r28952  
    11141114  <!-- Until 64 bit Linux and Mac (Lion) machines can generate a working IsisGdl,
    11151115       use the ones generated on a 32 bit Linux and Mac (Leopard), respectively -->
    1116   <target name="get-isisgdl">
     1116  <target name="get-isisgdl" if="${current.os.isunix}">
    11171117    <exec executable="uname" dir="${basedir}" failonerror="false"
    11181118      outputproperty="uname.val">
Note: See TracChangeset for help on using the changeset viewer.