Changeset 29517


Ignore:
Timestamp:
2014-12-03T11:14:34+13:00 (9 years ago)
Author:
Jeremy Symon
Message:

Set the encoding when building javagdbm

File:
1 edited

Legend:

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

    r29515 r29517  
    21592159    <exec executable="make" os="${os.unix}" dir="${javagdbm.home}" failonerror="true">
    21602160      <arg value="install"/>
     2161      <arg value="JAVACOPTIONS='-encoding ${compile.encoding}'"/>
    21612162    </exec>
    21622163
Note: See TracChangeset for help on using the changeset viewer.