mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Clarify dependency ordering
This commit is contained in:
parent
94d174c33d
commit
cd57f706f6
1 changed files with 1 additions and 0 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue