Skip to content

Commit

Permalink
add F series
Browse files Browse the repository at this point in the history
  • Loading branch information
harlequin committed Jul 6, 2016
1 parent 68c32ae commit 219bcfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,9 @@ make PLATFORM=E
mv *.so $BUILD_DIR
make clean

export CROSS=arm-none-linux-gnueabi-
make PLATFORM=F
mv *.so $BUILD_DIR
make clean

(cd $BUILD_DIR; tar -czf samygo-plugin-dvbapi-$VERSION.tar.gz *; mv *.tar.gz ./..;)

0 comments on commit 219bcfd

Please sign in to comment.