Skip to content

Commit

Permalink
Add compile of flatbuffers
Browse files Browse the repository at this point in the history
  • Loading branch information
StormTrooper committed Aug 16, 2018
1 parent 886ca88 commit 01d18da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package/mediacenter-next-osmc/build.sh
Expand Up @@ -199,7 +199,9 @@ then
test "$1" == vero3 && install_patch "../../patches" "vero3"
#Build libfmt
make -C tools/depends/target/libfmt PREFIX=/usr/local


#Build flatbuffes
make -C tools/depends/target/flatbuffers PREFIX=/usr/local
#Copy libjli.so otherwise build fails
cp /usr/lib/jvm/java-8-openjdk-armhf/jre/lib/arm/jli/libjli.so /usr/lib/libjli.so

Expand Down

0 comments on commit 01d18da

Please sign in to comment.