mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 01:39:18 +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">
|
||||
<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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue