1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00

a mistyping has been fixed

This commit is contained in:
Nikolay Pultsin 2010-11-20 11:26:22 +00:00
parent 10bf65b892
commit 73ed764bab

View file

@ -41,7 +41,7 @@
<target name="check.native.libraries" depends="init">
<echo message="Checking if native libraries are up-to-date..."/>
<condition property="native.libs.are.uptodate" value="true">
<condition property="native.libraries.are.uptodate" value="true">
<and>
<!-- Check if libDeflatingDecompressor exists and is up to date -->
<available file="./libs/armeabi/libDeflatingDecompressor.so" />