Skip to content

Commit

Permalink
Default to disabling builtin swtfb client
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusCDE committed Jan 10, 2022
1 parent 570ba58 commit 4208d76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/plato.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ cd "$WORKDIR" || exit 1
export PRODUCT=remarkable
export LD_LIBRARY_PATH=./libs

# Default to disabling built-in swtfb client (still seems not quite rock solid currently :| )
[ -z "$PLATO_DISABLE_BUILTIN_SWTFB_CLIENT" ] && export PLATO_DISABLE_BUILTIN_SWTFB_CLIENT=yes

exec ./plato

0 comments on commit 4208d76

Please sign in to comment.