Changeset 1456 for branches/4.2/macosx_install_kit/build_mac_kit.sh
- Timestamp:
- 12/04/10 12:33:56 (2 years ago)
- File:
-
- 1 edited
-
branches/4.2/macosx_install_kit/build_mac_kit.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/macosx_install_kit/build_mac_kit.sh
r1248 r1456 11 11 echo "Building NeXus" 12 12 make distclean # needed as we disable dependency tracking 13 arch_flags="-arch i386 -arch ppc "13 arch_flags="-arch i386 -arch ppc -arch x86_64 -arch ppc64" 14 14 export MACOSX_DEPLOYMENT_TARGET=10.4 15 15 env CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk $arch_flags" \ … … 18 18 ./configure --with-hdf4=/usr/local/hdf4.2r4 \ 19 19 --with-hdf5=/usr/local/hdf5-1.8.2 --with-python \ 20 --with-java-home=/usr --without-opengenie \ 20 21 --disable-dependency-tracking 21 22 make
Note: See TracChangeset
for help on using the changeset viewer.
