diff --git a/script/archive-standalone-nix.sh b/script/archive-standalone-nix.sh index a013f49d0..c71450583 100755 --- a/script/archive-standalone-nix.sh +++ b/script/archive-standalone-nix.sh @@ -35,13 +35,11 @@ else ${SCRIPTDIR}/clean-nix.sh rm -rf bin/ 2> /dev/null - + ./script/stage-vendor-libraries.sh || exit $? cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_STANDALONE=true ${OS_SPECIFIC_BUILD_FLAGS} . || exit $? make -j8 || exit $? fi -./script/stage-vendor-libraries.sh || exit $? - rm -rf $OUTDIR rm dist/$OUTNAME* 2> /dev/null diff --git a/script/build-vendor-libraries.sh b/script/build-vendor-libraries.sh index 274c3534e..27c4e82c3 100755 --- a/script/build-vendor-libraries.sh +++ b/script/build-vendor-libraries.sh @@ -451,7 +451,9 @@ function build_lame() { fi } +mkdir vendor cd vendor + clean fetch_packages build_boost