Ignore:
Timestamp:
14/01/09 18:22:07 (3 years ago)
Author:
Stuart Campbell
Message:

Make x86_64 the default for Mac OS X IDL bindings. refs #115

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.2/configure.ac

    r1158 r1161  
    406406            IDL_HOST="bin.darwin.i386" # force 32bit build 
    407407        else 
    408             IDL_HOST="bin.darwin.i386" 
     408            IDL_HOST="bin.darwin.x86_64" 
    409409        fi 
    410410        ;; 
Note: See TracChangeset for help on using the changeset viewer.