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:
parent
10bf65b892
commit
73ed764bab
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
<target name="check.native.libraries" depends="init">
|
<target name="check.native.libraries" depends="init">
|
||||||
<echo message="Checking if native libraries are up-to-date..."/>
|
<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>
|
<and>
|
||||||
<!-- Check if libDeflatingDecompressor exists and is up to date -->
|
<!-- Check if libDeflatingDecompressor exists and is up to date -->
|
||||||
<available file="./libs/armeabi/libDeflatingDecompressor.so" />
|
<available file="./libs/armeabi/libDeflatingDecompressor.so" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue