Changeset 30884


Ignore:
Timestamp:
2016-10-19T17:06:45+13:00 (8 years ago)
Author:
ak19
Message:

Undoing previous commit

File:
1 edited

Legend:

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

    r30883 r30884  
    373373      compiling up libwv on ElCapitan needs -framework CoreFoundation -->
    374374    <if><bool><isset property="env.LDFLAGS"/></bool>
    375         <property name="ldflags.arg" value="LDFLAGS=&quot;-L${gnome-lib-dir}/lib ${env.LDFLAGS} -framework CoreFoundation&quot;"/>
     375        <property name="ldflags.arg" value="LDFLAGS=&quot;-L${gnome-lib-dir}/lib ${env.LDFLAGS}&quot;"/>
    376376    <else>
    377             <property name="ldflags.arg" value="LDFLAGS=&quot;-L${gnome-lib-dir}/lib&quot; -framework CoreFoundation"/>
     377            <property name="ldflags.arg" value="LDFLAGS=&quot;-L${gnome-lib-dir}/lib&quot;"/>
    378378    </else>
    379379    </if>
     
    436436
    437437        <if><bool><isset property="env.LDFLAGS"/></bool>
    438             <property name="ldflags.arg" value="LDFLAGS=&quot;${env.LDFLAGS} -framework CoreFoundation&quot;"/>
     438            <property name="ldflags.arg" value="LDFLAGS=&quot;${env.LDFLAGS}&quot;"/>
    439439        <else>
    440             <property name="ldflags.arg" value="LDFLAGS=&quot;-framework CoreFoundation&quot;"/>
     440            <property name="ldflags.arg" value=" "/>
    441441        </else>
    442442        </if>
Note: See TracChangeset for help on using the changeset viewer.