DroidFish: Link stockfish statically to make it work in android 5.

This commit is contained in:
Peter Osterlund 2014-11-22 13:39:43 +00:00
parent dd91100779
commit 1a24480de8

View File

@ -9,5 +9,6 @@ LOCAL_SRC_FILES := \
bitboard.cpp evaluate.cpp misc.cpp notation.cpp search.cpp tt.cpp tbprobe.cpp
LOCAL_CFLAGS := -std=c++11 -O2
LOCAL_LDFLAGS := -static
include $(BUILD_EXECUTABLE)