diff --git a/build.sh b/build.sh index d8971b3..434c740 100755 --- a/build.sh +++ b/build.sh @@ -19,6 +19,14 @@ function buildDocs { } args=${1:-bin} + +if [[ "${args}" == "depends" ]] +then + setupWorkspaceForBuild + exit +fi + + if [[ "${args}" == "doc" ]] then buildDocs @@ -51,9 +59,3 @@ then exit fi -if [[ "${args}" == "depends" ]] -then - setupWorkspaceForBuild - exit -fi -