fix ==
parent
af3af9c74b
commit
43f9457e0e
|
@ -225,7 +225,7 @@ intel_macosx_word_size() {
|
||||||
|
|
||||||
find_word_size() {
|
find_word_size() {
|
||||||
if [[ -n $WORD ]] ; then return; fi
|
if [[ -n $WORD ]] ; then return; fi
|
||||||
if [[ $OS -eq "macosx" && $ARCH -eq "x86" ]] ; then
|
if [[ $OS == macosx && $ARCH == x86 ]] ; then
|
||||||
intel_macosx_word_size
|
intel_macosx_word_size
|
||||||
else
|
else
|
||||||
c_find_word_size
|
c_find_word_size
|
||||||
|
|
Loading…
Reference in New Issue