Clarify dependency ordering

This commit is contained in:
Roderick van Domburg 2024-10-27 15:50:27 +01:00
parent 94d174c33d
commit cd57f706f6
No known key found for this signature in database
GPG key ID: FE2585E713F9F30A

View file

@ -6,6 +6,7 @@ DRY_RUN='false'
WORKINGDIR="$( cd "$(dirname "$0")" ; pwd -P )" WORKINGDIR="$( cd "$(dirname "$0")" ; pwd -P )"
cd $WORKINGDIR cd $WORKINGDIR
# Order: dependencies first (so "librespot" using everything before it goes last)
crates=( "protocol" "oauth" "core" "discovery" "audio" "metadata" "playback" "connect" "librespot" ) crates=( "protocol" "oauth" "core" "discovery" "audio" "metadata" "playback" "connect" "librespot" )
function replace_in_file() { function replace_in_file() {