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.

macos: tools: configure: use GCC 15

Matches updated GCC Homebrew formula:
https://formulae.brew.sh/formula/gcc

Change-Id: I9b8e66a16ccfaf840fd50bbe313cae33e44d4f11

+3 -3
+3 -3
tools/configure
··· 393 393 sigaltstack=`check_sigaltstack` 394 394 echo "Darwin host detected" 395 395 if $CC --version | grep -q "clang"; then 396 - CC=gcc-14 397 - AR=gcc-ar-14 398 - CPP=cpp-14 396 + CC=gcc-15 397 + AR=gcc-ar-15 398 + CPP=cpp-15 399 399 fi 400 400 LDOPTS="$LDOPTS -ldl" 401 401 SHARED_LDFLAGS="-dynamiclib -Wl,-no_warn_duplicate_libraries"