Ignore:
Timestamp:
2009-08-03T13:19:50+12:00 (15 years ago)
Author:
oranfry
Message:

limit use of static flag to lirk3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/greenstone3/ant-scripts/rk3-targets.xml

    r20113 r20115  
    3434        <property name="forward.properties.accepted" value="true"/>
    3535
    36         <!-- make sure all c++ compilation is done statically -->
    37         <property name="forward.compile.static" value="true"/>
     36        <!-- make sure all c++ compilation is done statically on linux -->
     37        <if><bool><equals arg1="${rk.os}" arg2="linux"></bool>
     38            <property name="forward.compile.static" value="true"/>
     39        </if>
    3840
    3941        <!-- show the property set to be forwarded to greenstone3 -->
Note: See TracChangeset for help on using the changeset viewer.