merge of '04def94f04c224d4161392af3cc9147021594fbf'

and '3b0ab08a92774922d853db0303ca405df568a711'
This commit is contained in:
hiddenz
2011-08-17 19:32:32 +00:00

View File

@@ -695,7 +695,7 @@ public class NativeBigInteger extends BigInteger {
rv.add(_libPrefix + getMiddleName1() + "none_64" + _libSuffix);
// Add libjbigi-xxx-none.so
// Note that libjbigi-osx-none.jnilib is a 'fat binary' with both PPC and x86-32
if ((!_isArm) || (!_isPPC && !_isMac))
if (!_isArm && !_isPPC && !_isMac)
rv.add(getResourceName(false));
return rv;
}