forked from I2P_Developers/i2p.i2p
merge of '04def94f04c224d4161392af3cc9147021594fbf'
and '3b0ab08a92774922d853db0303ca405df568a711'
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user