mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 11:31:33 +01:00
CuckooChessEngine: Build script tweak for F-Droid DroidFish build.
This commit is contained in:
parent
6d560f76b1
commit
827a4ae18e
|
@ -4,7 +4,7 @@
|
||||||
<java classname="chess.Book">
|
<java classname="chess.Book">
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement location="bin"/>
|
<pathelement location="bin"/>
|
||||||
<pathelement location="bin/classes"/>
|
<pathelement location="../DroidFish/bin/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
<arg value="${basedir}/src/book.txt"/>
|
<arg value="${basedir}/src/book.txt"/>
|
||||||
<arg value="${basedir}/src/book.bin"/>
|
<arg value="${basedir}/src/book.bin"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user