IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15393


Ignore:
Timestamp:
Oct 26, 2007, 11:01:55 AM (19 years ago)
Author:
Paul Price
Message:

mach generation was after it was required.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pschecklibs

    r15392 r15393  
    404404
    405405    if ($sys eq "Darwin") {
     406        $mach = `uname -m`; chomp $mach;
    406407        if ($mach == "i386") {
    407408            $arch="darwin_x86";
     
    410411        }
    411412        $dlltype = "dylib";
    412         $mach = `uname -m`; chomp $mach;
    413413        unshift @libpath, "/sw/lib";
    414414        unshift @incpath, "/sw/include";
Note: See TracChangeset for help on using the changeset viewer.