Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3630

Show
Ignore:
Timestamp:
06/17/08 11:40:06 (6 months ago)
Author:
larsivi
Message:

Be more verbose about the fallback solution.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/build-gdc-mac.sh

    r3629 r3630  
    6363then 
    6464    echo 'Failed to build universal binaries. Trying GDC.' 
    65     ./build-gdc.sh 
     65    if ./build-gdc.sh 1>&2 
     66    then 
     67        echo 'Universal binary failed to build, fallback succeded by using standard GDC.' 
     68    else 
     69        echo 'Universal binary failed to build, and so did the fallback method using standard GDC.' 
     70    fi 
    6671else 
    6772    for lib in $LIBS; do \