Ignore:
Timestamp:
2017-09-28T20:46:04+13:00 (7 years ago)
Author:
ak19
Message:

Fixing up comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk2/ant-scripts/mountainlion-compile.xml

    r32006 r32009  
    469469                       <fileset dir="compiled/ext/imagemagick/darwin"/>
    470470                    </move>
    471                     <!-- No more use for the decompressed ext/imagemagick folder, as it contains only setup scripts
    472                     that end up referring to the (empty) ext/imagemagick in the environment and which conflict on sourcing
    473                     GS2 setup with wget on newer Macs, as DYLD_FALLBACK_LIBRARY_PATH ends up set. -->
    474                     <delete dir="compiled/ext/imagemagick"/>  <!-- dir = The directory to delete, including all its files and subdirectories. -->
     471            <!-- No more use for the decompressed ext/imagemagick folder, as it contains only setup scripts
     472             that end up referring to the (empty) ext/imagemagick in the environment.
     473             On sourcing GS2's setup script, these env vars further conflict with cmdline wget on newer Macs,
     474             as DYLD_FALLBACK_LIBRARY_PATH (another env var hidden on Macs) ends up set. -->
     475            <delete dir="compiled/ext/imagemagick"/>  <!-- dir = The directory to delete, including all its files and subdirectories. -->
    475476                <!--
    476477                <exec executable="svn">
Note: See TracChangeset for help on using the changeset viewer.