Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

toolchains: mips: prevent failing build on MacOS

mips gcc will fail to build using the system's
BSD sed. Make sure the Homebrew-installed GNU sed
'sed' simlink is in the PATH. Otherwise, only 'gsed'
can be used to run GNU sed by default.

Change-Id: I0a793c692d9a6de4f326e447281892eb08e4f4cb

authored by

Christian Soffke and committed by
Solomon Peachy
921abc7b b713f119

+1
+1
tools/rockboxdev.sh
··· 14 14 READLINK=greadlink 15 15 TMP="$TMPDIR" 16 16 SED=gsed 17 + PATH="$HOMEBREW_PREFIX/opt/gnu-sed/libexec/gnubin:${PATH}" 17 18 else 18 19 READLINK=readlink 19 20 parallel=`nproc`