db4
Doug Coleman 2008-09-13 22:24:45 -05:00
parent af3af9c74b
commit 43f9457e0e
1 changed files with 44 additions and 44 deletions

View File

@ -225,7 +225,7 @@ intel_macosx_word_size() {
find_word_size() {
if [[ -n $WORD ]] ; then return; fi
if [[ $OS -eq "macosx" && $ARCH -eq "x86" ]] ; then
if [[ $OS == macosx && $ARCH == x86 ]] ; then
intel_macosx_word_size
else
c_find_word_size