Ignore:
Timestamp:
12/04/10 12:33:56 (2 years ago)
Author:
Freddie Akeroyd
Message:

Update arch flags. Refs #223

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.2/macosx_install_kit/build_mac_kit.sh

    r1248 r1456  
    1111echo "Building NeXus" 
    1212make distclean # needed as we disable dependency tracking 
    13 arch_flags="-arch i386 -arch ppc" 
     13arch_flags="-arch i386 -arch ppc -arch x86_64 -arch ppc64" 
    1414export MACOSX_DEPLOYMENT_TARGET=10.4 
    1515env CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk $arch_flags" \ 
     
    1818    ./configure --with-hdf4=/usr/local/hdf4.2r4 \ 
    1919    --with-hdf5=/usr/local/hdf5-1.8.2 --with-python \ 
     20    --with-java-home=/usr --without-opengenie \ 
    2021    --disable-dependency-tracking 
    2122make 
Note: See TracChangeset for help on using the changeset viewer.